#84CC42

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

Shades of Atlantis #84CC42

Tints of Atlantis #84CC42

Color information

#84CC42 (or 0x84CC42) is unknown color: approx Atlantis. HEX triplet: 84, CC and 42. RGB value is (132,204,66). Sum of RGB (Red+Green+Blue) = 132+204+66=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC42 is #7B33BD. Grayscale: #A7A7A7. Windows color (decimal): -8074174 or 4377732. OLE color: 4377732.

HSL color Cylindrical-coordinate representation of color #84CC42: hue angle of 91.3º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84CC42 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB13220466-
CMYK0.3500.680.2
HSL91.3º57.5%52.94%-
HSV(B)91.3º67.65%80%-
XYZ32.0948.4812.82-
YUV166.7471.15103.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=32.84%
G=50.75%
B=16.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132204660.3500.680.291.357.552.94
Hex84CC4223044145b3a35
Octal204314102430104241337265
Binary1000010011001100100001010001101000100101001011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,204,66); }

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

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

 a { background-color: rgb(132,204,66); }

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

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

 span { border-color: rgb(132,204,66); }

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