Shades of Atlantis #8CDB34
Tints of Atlantis #8CDB34
RGB
CMYK
RGB Variations
Color information
#8CDB34 (or 0x8CDB34) is known color: Atlantis. HEX triplet: 8C, DB and 34. RGB value is (140,219,52). Sum of RGB (Red+Green+Blue) = 140+219+52=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB34 is #7324CB. Grayscale: #B0B0B0. Windows color (decimal): -7546060 or 3464076. OLE color: 3464076.
HSL color Cylindrical-coordinate representation of color #8CDB34: hue angle of 88.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CDB34 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 52 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.14 |
| HSL | 88.38º | 0.7% | 0.53% | - |
| HSV(B) | 88.38º | 0.76% | 0.86% | - |
| XYZ | 36.77 | 56.49 | 12.21 | - |
| YUV | 176.34 | 57.83 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 52 | 0.36 | 0 | 0.76 | 0.14 | 88.38 | 0.7 | 0.53 |
| Hex | 8C | DB | 34 | 24 | 0 | 4C | E | 58 | 46 | 35 |
| Octal | 214 | 333 | 64 | 44 | 0 | 114 | 16 | 130 | 106 | 65 |
| Binary | 10001100 | 11011011 | 110100 | 100100 | 0 | 1001100 | 1110 | 1011000 | 1000110 | 110101 |
Color Harmonies of #8CDB34
Complementary color
Monochromatic Colors of #8CDB34
Black with #8CDB34
Text Example
Text Example
White with #8CDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB34; }
p { color: rgb(140,219,52); }
H1.HeaderClassName
{
color: #8CDB34;
}
.AnyTagClassName
{
color: #8CDB34;
}
</style>
background-color css
<style>
a { background-color: #8CDB34; }
a { background-color: rgb(140,219,52); }
div.DivClassName
{
background-color: #8CDB34;
}
.BgClassName
{
background-color: #8CDB34;
}
</style>
border-color css
<style>
span { border-color: #8CDB34; }
span { border-color: rgb(140,219,52); }
td.TdClassName
{
border-color: #8CDB34;
}
.TagClassName
{
border-color: #8CDB34;
}
</style>