Shades of Atlantis #8CDF40
Tints of Atlantis #8CDF40
RGB
CMYK
RGB Variations
Color information
#8CDF40 (or 0x8CDF40) is known color: Atlantis. HEX triplet: 8C, DF and 40. RGB value is (140,223,64). Sum of RGB (Red+Green+Blue) = 140+223+64=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF40 is #7320BF. Grayscale: #B4B4B4. Windows color (decimal): -7545024 or 4251532. OLE color: 4251532.
HSL color Cylindrical-coordinate representation of color #8CDF40: hue angle of 91.32º degrees, saturation: 0.71, 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 #8CDF40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 64 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.13 |
| HSL | 91.32º | 0.71% | 0.56% | - |
| HSV(B) | 91.32º | 0.71% | 0.87% | - |
| XYZ | 38.13 | 58.72 | 14.18 | - |
| YUV | 180.06 | 62.5 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 64 | 0.37 | 0 | 0.71 | 0.13 | 91.32 | 0.71 | 0.56 |
| Hex | 8C | DF | 40 | 25 | 0 | 47 | D | 5B | 47 | 38 |
| Octal | 214 | 337 | 100 | 45 | 0 | 107 | 15 | 133 | 107 | 70 |
| Binary | 10001100 | 11011111 | 1000000 | 100101 | 0 | 1000111 | 1101 | 1011011 | 1000111 | 111000 |
Color Harmonies of #8CDF40
Complementary color
Monochromatic Colors of #8CDF40
Black with #8CDF40
Text Example
Text Example
White with #8CDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF40; }
p { color: rgb(140,223,64); }
H1.HeaderClassName
{
color: #8CDF40;
}
.AnyTagClassName
{
color: #8CDF40;
}
</style>
background-color css
<style>
a { background-color: #8CDF40; }
a { background-color: rgb(140,223,64); }
div.DivClassName
{
background-color: #8CDF40;
}
.BgClassName
{
background-color: #8CDF40;
}
</style>
border-color css
<style>
span { border-color: #8CDF40; }
span { border-color: rgb(140,223,64); }
td.TdClassName
{
border-color: #8CDF40;
}
.TagClassName
{
border-color: #8CDF40;
}
</style>