Shades of Atlantis #8BCF40
Tints of Atlantis #8BCF40
RGB
CMYK
RGB Variations
Color information
#8BCF40 (or 0x8BCF40) is known color: Atlantis. HEX triplet: 8B, CF and 40. RGB value is (139,207,64). Sum of RGB (Red+Green+Blue) = 139+207+64=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF40 is #7430BF. Grayscale: #AAAAAA. Windows color (decimal): -7614656 or 4247435. OLE color: 4247435.
HSL color Cylindrical-coordinate representation of color #8BCF40: hue angle of 88.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BCF40 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 64 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.19 |
| HSL | 88.53º | 0.6% | 0.53% | - |
| HSV(B) | 88.53º | 0.69% | 0.81% | - |
| XYZ | 33.89 | 50.48 | 12.81 | - |
| YUV | 170.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 64 | 0.33 | 0 | 0.69 | 0.19 | 88.53 | 0.6 | 0.53 |
| Hex | 8B | CF | 40 | 21 | 0 | 45 | 13 | 59 | 3C | 35 |
| Octal | 213 | 317 | 100 | 41 | 0 | 105 | 23 | 131 | 74 | 65 |
| Binary | 10001011 | 11001111 | 1000000 | 100001 | 0 | 1000101 | 10011 | 1011001 | 111100 | 110101 |
Color Harmonies of #8BCF40
Complementary color
Monochromatic Colors of #8BCF40
Black with #8BCF40
Text Example
Text Example
White with #8BCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF40; }
p { color: rgb(139,207,64); }
H1.HeaderClassName
{
color: #8BCF40;
}
.AnyTagClassName
{
color: #8BCF40;
}
</style>
background-color css
<style>
a { background-color: #8BCF40; }
a { background-color: rgb(139,207,64); }
div.DivClassName
{
background-color: #8BCF40;
}
.BgClassName
{
background-color: #8BCF40;
}
</style>
border-color css
<style>
span { border-color: #8BCF40; }
span { border-color: rgb(139,207,64); }
td.TdClassName
{
border-color: #8BCF40;
}
.TagClassName
{
border-color: #8BCF40;
}
</style>