Shades of Atlantis #8FCB41
Tints of Atlantis #8FCB41
RGB
CMYK
RGB Variations
Color information
#8FCB41 (or 0x8FCB41) is known color: Atlantis. HEX triplet: 8F, CB and 41. RGB value is (143,203,65). Sum of RGB (Red+Green+Blue) = 143+203+65=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCB41 is #7034BE. Grayscale: #A9A9A9. Windows color (decimal): -7353535 or 4311951. OLE color: 4311951.
HSL color Cylindrical-coordinate representation of color #8FCB41: hue angle of 86.09º degrees, saturation: 0.57, 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 #8FCB41 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 65 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.20 |
| HSL | 86.09º | 0.57% | 0.53% | - |
| HSV(B) | 86.09º | 0.68% | 0.8% | - |
| XYZ | 33.64 | 48.93 | 12.67 | - |
| YUV | 169.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 65 | 0.30 | 0 | 0.68 | 0.20 | 86.09 | 0.57 | 0.53 |
| Hex | 8F | CB | 41 | 1E | 0 | 44 | 14 | 56 | 39 | 35 |
| Octal | 217 | 313 | 101 | 36 | 0 | 104 | 24 | 126 | 71 | 65 |
| Binary | 10001111 | 11001011 | 1000001 | 11110 | 0 | 1000100 | 10100 | 1010110 | 111001 | 110101 |
Color Harmonies of #8FCB41
Complementary color
Monochromatic Colors of #8FCB41
Black with #8FCB41
Text Example
Text Example
White with #8FCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB41; }
p { color: rgb(143,203,65); }
H1.HeaderClassName
{
color: #8FCB41;
}
.AnyTagClassName
{
color: #8FCB41;
}
</style>
background-color css
<style>
a { background-color: #8FCB41; }
a { background-color: rgb(143,203,65); }
div.DivClassName
{
background-color: #8FCB41;
}
.BgClassName
{
background-color: #8FCB41;
}
</style>
border-color css
<style>
span { border-color: #8FCB41; }
span { border-color: rgb(143,203,65); }
td.TdClassName
{
border-color: #8FCB41;
}
.TagClassName
{
border-color: #8FCB41;
}
</style>