Shades of Atlantis #8BCF4A
Tints of Atlantis #8BCF4A
RGB
CMYK
RGB Variations
Color information
#8BCF4A (or 0x8BCF4A) is known color: Atlantis. HEX triplet: 8B, CF and 4A. RGB value is (139,207,74). Sum of RGB (Red+Green+Blue) = 139+207+74=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF4A is #7430B5. Grayscale: #ABABAB. Windows color (decimal): -7614646 or 4902795. OLE color: 4902795.
HSL color Cylindrical-coordinate representation of color #8BCF4A: hue angle of 90.68º 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 #8BCF4A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 74 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.19 |
| HSL | 90.68º | 0.58% | 0.55% | - |
| HSV(B) | 90.68º | 0.64% | 0.81% | - |
| XYZ | 34.2 | 50.61 | 14.44 | - |
| YUV | 171.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 74 | 0.33 | 0 | 0.64 | 0.19 | 90.68 | 0.58 | 0.55 |
| Hex | 8B | CF | 4A | 21 | 0 | 40 | 13 | 5B | 3A | 37 |
| Octal | 213 | 317 | 112 | 41 | 0 | 100 | 23 | 133 | 72 | 67 |
| Binary | 10001011 | 11001111 | 1001010 | 100001 | 0 | 1000000 | 10011 | 1011011 | 111010 | 110111 |
Color Harmonies of #8BCF4A
Complementary color
Monochromatic Colors of #8BCF4A
Black with #8BCF4A
Text Example
Text Example
White with #8BCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF4A; }
p { color: rgb(139,207,74); }
H1.HeaderClassName
{
color: #8BCF4A;
}
.AnyTagClassName
{
color: #8BCF4A;
}
</style>
background-color css
<style>
a { background-color: #8BCF4A; }
a { background-color: rgb(139,207,74); }
div.DivClassName
{
background-color: #8BCF4A;
}
.BgClassName
{
background-color: #8BCF4A;
}
</style>
border-color css
<style>
span { border-color: #8BCF4A; }
span { border-color: rgb(139,207,74); }
td.TdClassName
{
border-color: #8BCF4A;
}
.TagClassName
{
border-color: #8BCF4A;
}
</style>