Shades of Atlantis #8BCF4B
Tints of Atlantis #8BCF4B
RGB
CMYK
RGB Variations
Color information
#8BCF4B (or 0x8BCF4B) is known color: Atlantis. HEX triplet: 8B, CF and 4B. RGB value is (139,207,75). Sum of RGB (Red+Green+Blue) = 139+207+75=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF4B is #7430B4. Grayscale: #ACACAC. Windows color (decimal): -7614645 or 4968331. OLE color: 4968331.
HSL color Cylindrical-coordinate representation of color #8BCF4B: hue angle of 90.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BCF4B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 75 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.19 |
| HSL | 90.91º | 0.58% | 0.55% | - |
| HSV(B) | 90.91º | 0.64% | 0.81% | - |
| XYZ | 34.23 | 50.62 | 14.62 | - |
| YUV | 171.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 75 | 0.33 | 0 | 0.64 | 0.19 | 90.91 | 0.58 | 0.55 |
| Hex | 8B | CF | 4B | 21 | 0 | 40 | 13 | 5B | 3A | 37 |
| Octal | 213 | 317 | 113 | 41 | 0 | 100 | 23 | 133 | 72 | 67 |
| Binary | 10001011 | 11001111 | 1001011 | 100001 | 0 | 1000000 | 10011 | 1011011 | 111010 | 110111 |
Color Harmonies of #8BCF4B
Complementary color
Monochromatic Colors of #8BCF4B
Black with #8BCF4B
Text Example
Text Example
White with #8BCF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF4B; }
p { color: rgb(139,207,75); }
H1.HeaderClassName
{
color: #8BCF4B;
}
.AnyTagClassName
{
color: #8BCF4B;
}
</style>
background-color css
<style>
a { background-color: #8BCF4B; }
a { background-color: rgb(139,207,75); }
div.DivClassName
{
background-color: #8BCF4B;
}
.BgClassName
{
background-color: #8BCF4B;
}
</style>
border-color css
<style>
span { border-color: #8BCF4B; }
span { border-color: rgb(139,207,75); }
td.TdClassName
{
border-color: #8BCF4B;
}
.TagClassName
{
border-color: #8BCF4B;
}
</style>