#84D13C

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

Shades of Atlantis #84D13C

Tints of Atlantis #84D13C

Color information

#84D13C (or 0x84D13C) is unknown color: approx Atlantis. HEX triplet: 84, D1 and 3C. RGB value is (132,209,60). Sum of RGB (Red+Green+Blue) = 132+209+60=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #84D13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D13C is #7B2EC3. Grayscale: #A9A9A9. Windows color (decimal): -8072900 or 3985796. OLE color: 3985796.

HSL color Cylindrical-coordinate representation of color #84D13C: hue angle of 91.01º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84D13C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB13220960-
CMYK0.3700.710.18
HSL91.01º61.83%52.75%-
HSV(B)91.01º71.29%81.96%-
XYZ33.1350.8312.34-
YUV168.9966.49101.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 209 (82.03% from 255) = 52.12%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=32.92%
G=52.12%
B=14.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132209600.3700.710.1891.0161.8352.75
Hex84D13C25047125b3e35
Octal20432174450107221337665
Binary100001001101000111110010010101000111100101011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,209,60); }

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

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

 a { background-color: rgb(132,209,60); }

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

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

 span { border-color: rgb(132,209,60); }

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