Shades of Atlantis #8CCD41
Tints of Atlantis #8CCD41
RGB
CMYK
RGB Variations
Color information
#8CCD41 (or 0x8CCD41) is known color: Atlantis. HEX triplet: 8C, CD and 41. RGB value is (140,205,65). Sum of RGB (Red+Green+Blue) = 140+205+65=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD41 is #7332BE. Grayscale: #AAAAAA. Windows color (decimal): -7549631 or 4312460. OLE color: 4312460.
HSL color Cylindrical-coordinate representation of color #8CCD41: hue angle of 87.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CCD41 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 65 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.20 |
| HSL | 87.86º | 0.58% | 0.53% | - |
| HSV(B) | 87.86º | 0.68% | 0.8% | - |
| XYZ | 33.6 | 49.62 | 12.81 | - |
| YUV | 169.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 65 | 0.32 | 0 | 0.68 | 0.20 | 87.86 | 0.58 | 0.53 |
| Hex | 8C | CD | 41 | 20 | 0 | 44 | 14 | 58 | 3A | 35 |
| Octal | 214 | 315 | 101 | 40 | 0 | 104 | 24 | 130 | 72 | 65 |
| Binary | 10001100 | 11001101 | 1000001 | 100000 | 0 | 1000100 | 10100 | 1011000 | 111010 | 110101 |
Color Harmonies of #8CCD41
Complementary color
Monochromatic Colors of #8CCD41
Black with #8CCD41
Text Example
Text Example
White with #8CCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD41; }
p { color: rgb(140,205,65); }
H1.HeaderClassName
{
color: #8CCD41;
}
.AnyTagClassName
{
color: #8CCD41;
}
</style>
background-color css
<style>
a { background-color: #8CCD41; }
a { background-color: rgb(140,205,65); }
div.DivClassName
{
background-color: #8CCD41;
}
.BgClassName
{
background-color: #8CCD41;
}
</style>
border-color css
<style>
span { border-color: #8CCD41; }
span { border-color: rgb(140,205,65); }
td.TdClassName
{
border-color: #8CCD41;
}
.TagClassName
{
border-color: #8CCD41;
}
</style>