Shades of Atlantis #8BCF43
Tints of Atlantis #8BCF43
RGB
CMYK
RGB Variations
Color information
#8BCF43 (or 0x8BCF43) is known color: Atlantis. HEX triplet: 8B, CF and 43. RGB value is (139,207,67). Sum of RGB (Red+Green+Blue) = 139+207+67=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF43 is #7430BC. Grayscale: #ABABAB. Windows color (decimal): -7614653 or 4444043. OLE color: 4444043.
HSL color Cylindrical-coordinate representation of color #8BCF43: hue angle of 89.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BCF43 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 67 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.19 |
| HSL | 89.14º | 0.59% | 0.54% | - |
| HSV(B) | 89.14º | 0.68% | 0.81% | - |
| XYZ | 33.97 | 50.52 | 13.27 | - |
| YUV | 170.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 67 | 0.33 | 0 | 0.68 | 0.19 | 89.14 | 0.59 | 0.54 |
| Hex | 8B | CF | 43 | 21 | 0 | 44 | 13 | 59 | 3B | 36 |
| Octal | 213 | 317 | 103 | 41 | 0 | 104 | 23 | 131 | 73 | 66 |
| Binary | 10001011 | 11001111 | 1000011 | 100001 | 0 | 1000100 | 10011 | 1011001 | 111011 | 110110 |
Color Harmonies of #8BCF43
Complementary color
Monochromatic Colors of #8BCF43
Black with #8BCF43
Text Example
Text Example
White with #8BCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF43; }
p { color: rgb(139,207,67); }
H1.HeaderClassName
{
color: #8BCF43;
}
.AnyTagClassName
{
color: #8BCF43;
}
</style>
background-color css
<style>
a { background-color: #8BCF43; }
a { background-color: rgb(139,207,67); }
div.DivClassName
{
background-color: #8BCF43;
}
.BgClassName
{
background-color: #8BCF43;
}
</style>
border-color css
<style>
span { border-color: #8BCF43; }
span { border-color: rgb(139,207,67); }
td.TdClassName
{
border-color: #8BCF43;
}
.TagClassName
{
border-color: #8BCF43;
}
</style>