#84CD40

Color #84CD40 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #84CD40

Tints of Atlantis #84CD40

Color information

#84CD40 (or 0x84CD40) is unknown color: approx Atlantis. HEX triplet: 84, CD and 40. RGB value is (132,205,64). Sum of RGB (Red+Green+Blue) = 132+205+64=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CD40 is #7B32BF. Grayscale: #A7A7A7. Windows color (decimal): -8073920 or 4246916. OLE color: 4246916.

HSL color Cylindrical-coordinate representation of color #84CD40: hue angle of 91.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84CD40 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB13220564-
CMYK0.3600.690.20
HSL91.06º58.51%52.75%-
HSV(B)91.06º68.78%80.39%-
XYZ32.2748.9412.6-
YUV167.169.82102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=32.92%
G=51.12%
B=15.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132205640.3600.690.2091.0658.5152.75
Hex84CD4024045145b3b35
Octal204315100440105241337365
Binary1000010011001101100000010010001000101101001011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84CD40; }

 p { color: rgb(132,205,64); }

 H1.HeaderClassName
 {
   color: #84CD40;
 }
 .AnyTagClassName
 {
   color: #84CD40;
 }
</style>
background-color css

<style>
 a { background-color: #84CD40; }

 a { background-color: rgb(132,205,64); }

 div.DivClassName
 {
   background-color: #84CD40;
 }
 .BgClassName
 {
   background-color: #84CD40;
 }
</style>
border-color css

<style>
 span { border-color: #84CD40; }

 span { border-color: rgb(132,205,64); }

 td.TdClassName
 {
   border-color: #84CD40;
 }
 .TagClassName
 {
   border-color: #84CD40;
 }
</style>