Shades of Atlantis #8BEB4A
Tints of Atlantis #8BEB4A
RGB
CMYK
RGB Variations
Color information
#8BEB4A (or 0x8BEB4A) is known color: Atlantis. HEX triplet: 8B, EB and 4A. RGB value is (139,235,74). Sum of RGB (Red+Green+Blue) = 139+235+74=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEB4A is #7414B5. Grayscale: #BCBCBC. Windows color (decimal): -7607478 or 4909963. OLE color: 4909963.
HSL color Cylindrical-coordinate representation of color #8BEB4A: hue angle of 95.78º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BEB4A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 74 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.08 |
| HSL | 95.78º | 0.8% | 0.61% | - |
| HSV(B) | 95.78º | 0.69% | 0.92% | - |
| XYZ | 41.59 | 65.4 | 16.91 | - |
| YUV | 187.94 | 63.7 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 74 | 0.41 | 0 | 0.69 | 0.08 | 95.78 | 0.8 | 0.61 |
| Hex | 8B | EB | 4A | 29 | 0 | 45 | 8 | 60 | 50 | 3D |
| Octal | 213 | 353 | 112 | 51 | 0 | 105 | 10 | 140 | 120 | 75 |
| Binary | 10001011 | 11101011 | 1001010 | 101001 | 0 | 1000101 | 1000 | 1100000 | 1010000 | 111101 |
Color Harmonies of #8BEB4A
Complementary color
Monochromatic Colors of #8BEB4A
Black with #8BEB4A
Text Example
Text Example
White with #8BEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEB4A; }
p { color: rgb(139,235,74); }
H1.HeaderClassName
{
color: #8BEB4A;
}
.AnyTagClassName
{
color: #8BEB4A;
}
</style>
background-color css
<style>
a { background-color: #8BEB4A; }
a { background-color: rgb(139,235,74); }
div.DivClassName
{
background-color: #8BEB4A;
}
.BgClassName
{
background-color: #8BEB4A;
}
</style>
border-color css
<style>
span { border-color: #8BEB4A; }
span { border-color: rgb(139,235,74); }
td.TdClassName
{
border-color: #8BEB4A;
}
.TagClassName
{
border-color: #8BEB4A;
}
</style>