Shades of Atlantis #8CD744
Tints of Atlantis #8CD744
RGB
CMYK
RGB Variations
Color information
#8CD744 (or 0x8CD744) is known color: Atlantis. HEX triplet: 8C, D7 and 44. RGB value is (140,215,68). Sum of RGB (Red+Green+Blue) = 140+215+68=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD744 is #7328BB. Grayscale: #B0B0B0. Windows color (decimal): -7547068 or 4511628. OLE color: 4511628.
HSL color Cylindrical-coordinate representation of color #8CD744: hue angle of 90.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CD744 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 215 | 68 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.16 |
| HSL | 90.61º | 0.65% | 0.55% | - |
| HSV(B) | 90.61º | 0.68% | 0.84% | - |
| XYZ | 36.16 | 54.59 | 14.1 | - |
| YUV | 175.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 215 | 68 | 0.35 | 0 | 0.68 | 0.16 | 90.61 | 0.65 | 0.55 |
| Hex | 8C | D7 | 44 | 23 | 0 | 44 | 10 | 5B | 41 | 37 |
| Octal | 214 | 327 | 104 | 43 | 0 | 104 | 20 | 133 | 101 | 67 |
| Binary | 10001100 | 11010111 | 1000100 | 100011 | 0 | 1000100 | 10000 | 1011011 | 1000001 | 110111 |
Color Harmonies of #8CD744
Complementary color
Monochromatic Colors of #8CD744
Black with #8CD744
Text Example
Text Example
White with #8CD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD744; }
p { color: rgb(140,215,68); }
H1.HeaderClassName
{
color: #8CD744;
}
.AnyTagClassName
{
color: #8CD744;
}
</style>
background-color css
<style>
a { background-color: #8CD744; }
a { background-color: rgb(140,215,68); }
div.DivClassName
{
background-color: #8CD744;
}
.BgClassName
{
background-color: #8CD744;
}
</style>
border-color css
<style>
span { border-color: #8CD744; }
span { border-color: rgb(140,215,68); }
td.TdClassName
{
border-color: #8CD744;
}
.TagClassName
{
border-color: #8CD744;
}
</style>