Shades of Atlantis #8CDD41
Tints of Atlantis #8CDD41
RGB
CMYK
RGB Variations
Color information
#8CDD41 (or 0x8CDD41) is known color: Atlantis. HEX triplet: 8C, DD and 41. RGB value is (140,221,65). Sum of RGB (Red+Green+Blue) = 140+221+65=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD41 is #7322BE. Grayscale: #B3B3B3. Windows color (decimal): -7545535 or 4316556. OLE color: 4316556.
HSL color Cylindrical-coordinate representation of color #8CDD41: hue angle of 91.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CDD41 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 65 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.13 |
| HSL | 91.15º | 0.7% | 0.56% | - |
| HSV(B) | 91.15º | 0.71% | 0.87% | - |
| XYZ | 37.63 | 57.67 | 14.15 | - |
| YUV | 179 | 63.66 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 65 | 0.37 | 0 | 0.71 | 0.13 | 91.15 | 0.7 | 0.56 |
| Hex | 8C | DD | 41 | 25 | 0 | 47 | D | 5B | 46 | 38 |
| Octal | 214 | 335 | 101 | 45 | 0 | 107 | 15 | 133 | 106 | 70 |
| Binary | 10001100 | 11011101 | 1000001 | 100101 | 0 | 1000111 | 1101 | 1011011 | 1000110 | 111000 |
Color Harmonies of #8CDD41
Complementary color
Monochromatic Colors of #8CDD41
Black with #8CDD41
Text Example
Text Example
White with #8CDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD41; }
p { color: rgb(140,221,65); }
H1.HeaderClassName
{
color: #8CDD41;
}
.AnyTagClassName
{
color: #8CDD41;
}
</style>
background-color css
<style>
a { background-color: #8CDD41; }
a { background-color: rgb(140,221,65); }
div.DivClassName
{
background-color: #8CDD41;
}
.BgClassName
{
background-color: #8CDD41;
}
</style>
border-color css
<style>
span { border-color: #8CDD41; }
span { border-color: rgb(140,221,65); }
td.TdClassName
{
border-color: #8CDD41;
}
.TagClassName
{
border-color: #8CDD41;
}
</style>