Shades of Atlantis #8CDF44
Tints of Atlantis #8CDF44
RGB
CMYK
RGB Variations
Color information
#8CDF44 (or 0x8CDF44) is known color: Atlantis. HEX triplet: 8C, DF and 44. RGB value is (140,223,68). Sum of RGB (Red+Green+Blue) = 140+223+68=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF44 is #7320BB. Grayscale: #B5B5B5. Windows color (decimal): -7545020 or 4513676. OLE color: 4513676.
HSL color Cylindrical-coordinate representation of color #8CDF44: hue angle of 92.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CDF44 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 68 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.13 |
| HSL | 92.13º | 0.71% | 0.57% | - |
| HSV(B) | 92.13º | 0.7% | 0.87% | - |
| XYZ | 38.25 | 58.77 | 14.8 | - |
| YUV | 180.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 68 | 0.37 | 0 | 0.70 | 0.13 | 92.13 | 0.71 | 0.57 |
| Hex | 8C | DF | 44 | 25 | 0 | 46 | D | 5C | 47 | 39 |
| Octal | 214 | 337 | 104 | 45 | 0 | 106 | 15 | 134 | 107 | 71 |
| Binary | 10001100 | 11011111 | 1000100 | 100101 | 0 | 1000110 | 1101 | 1011100 | 1000111 | 111001 |
Color Harmonies of #8CDF44
Complementary color
Monochromatic Colors of #8CDF44
Black with #8CDF44
Text Example
Text Example
White with #8CDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF44; }
p { color: rgb(140,223,68); }
H1.HeaderClassName
{
color: #8CDF44;
}
.AnyTagClassName
{
color: #8CDF44;
}
</style>
background-color css
<style>
a { background-color: #8CDF44; }
a { background-color: rgb(140,223,68); }
div.DivClassName
{
background-color: #8CDF44;
}
.BgClassName
{
background-color: #8CDF44;
}
</style>
border-color css
<style>
span { border-color: #8CDF44; }
span { border-color: rgb(140,223,68); }
td.TdClassName
{
border-color: #8CDF44;
}
.TagClassName
{
border-color: #8CDF44;
}
</style>