Shades of Atlantis #8CDD42
Tints of Atlantis #8CDD42
RGB
CMYK
RGB Variations
Color information
#8CDD42 (or 0x8CDD42) is known color: Atlantis. HEX triplet: 8C, DD and 42. RGB value is (140,221,66). Sum of RGB (Red+Green+Blue) = 140+221+66=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD42 is #7322BD. Grayscale: #B3B3B3. Windows color (decimal): -7545534 or 4382092. OLE color: 4382092.
HSL color Cylindrical-coordinate representation of color #8CDD42: hue angle of 91.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CDD42 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 66 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.13 |
| HSL | 91.35º | 0.7% | 0.56% | - |
| HSV(B) | 91.35º | 0.7% | 0.87% | - |
| XYZ | 37.66 | 57.68 | 14.3 | - |
| YUV | 179.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 66 | 0.37 | 0 | 0.70 | 0.13 | 91.35 | 0.7 | 0.56 |
| Hex | 8C | DD | 42 | 25 | 0 | 46 | D | 5B | 46 | 38 |
| Octal | 214 | 335 | 102 | 45 | 0 | 106 | 15 | 133 | 106 | 70 |
| Binary | 10001100 | 11011101 | 1000010 | 100101 | 0 | 1000110 | 1101 | 1011011 | 1000110 | 111000 |
Color Harmonies of #8CDD42
Complementary color
Monochromatic Colors of #8CDD42
Black with #8CDD42
Text Example
Text Example
White with #8CDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD42; }
p { color: rgb(140,221,66); }
H1.HeaderClassName
{
color: #8CDD42;
}
.AnyTagClassName
{
color: #8CDD42;
}
</style>
background-color css
<style>
a { background-color: #8CDD42; }
a { background-color: rgb(140,221,66); }
div.DivClassName
{
background-color: #8CDD42;
}
.BgClassName
{
background-color: #8CDD42;
}
</style>
border-color css
<style>
span { border-color: #8CDD42; }
span { border-color: rgb(140,221,66); }
td.TdClassName
{
border-color: #8CDD42;
}
.TagClassName
{
border-color: #8CDD42;
}
</style>