Shades of Atlantis #8BCB40
Tints of Atlantis #8BCB40
RGB
CMYK
RGB Variations
Color information
#8BCB40 (or 0x8BCB40) is known color: Atlantis. HEX triplet: 8B, CB and 40. RGB value is (139,203,64). Sum of RGB (Red+Green+Blue) = 139+203+64=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCB40 is #7434BF. Grayscale: #A8A8A8. Windows color (decimal): -7615680 or 4246411. OLE color: 4246411.
HSL color Cylindrical-coordinate representation of color #8BCB40: hue angle of 87.63º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BCB40 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 64 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.20 |
| HSL | 87.63º | 0.57% | 0.52% | - |
| HSV(B) | 87.63º | 0.68% | 0.8% | - |
| XYZ | 32.93 | 48.57 | 12.49 | - |
| YUV | 168.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 64 | 0.32 | 0 | 0.68 | 0.20 | 87.63 | 0.57 | 0.52 |
| Hex | 8B | CB | 40 | 20 | 0 | 44 | 14 | 58 | 39 | 34 |
| Octal | 213 | 313 | 100 | 40 | 0 | 104 | 24 | 130 | 71 | 64 |
| Binary | 10001011 | 11001011 | 1000000 | 100000 | 0 | 1000100 | 10100 | 1011000 | 111001 | 110100 |
Color Harmonies of #8BCB40
Complementary color
Monochromatic Colors of #8BCB40
Black with #8BCB40
Text Example
Text Example
White with #8BCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB40; }
p { color: rgb(139,203,64); }
H1.HeaderClassName
{
color: #8BCB40;
}
.AnyTagClassName
{
color: #8BCB40;
}
</style>
background-color css
<style>
a { background-color: #8BCB40; }
a { background-color: rgb(139,203,64); }
div.DivClassName
{
background-color: #8BCB40;
}
.BgClassName
{
background-color: #8BCB40;
}
</style>
border-color css
<style>
span { border-color: #8BCB40; }
span { border-color: rgb(139,203,64); }
td.TdClassName
{
border-color: #8BCB40;
}
.TagClassName
{
border-color: #8BCB40;
}
</style>