Shades of Atlantis #8BEB4F
Tints of Atlantis #8BEB4F
RGB
CMYK
RGB Variations
Color information
#8BEB4F (or 0x8BEB4F) is known color: Atlantis. HEX triplet: 8B, EB and 4F. RGB value is (139,235,79). Sum of RGB (Red+Green+Blue) = 139+235+79=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEB4F is #7414B0. Grayscale: #BDBDBD. Windows color (decimal): -7607473 or 5237643. OLE color: 5237643.
HSL color Cylindrical-coordinate representation of color #8BEB4F: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BEB4F is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 79 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.08 |
| HSL | 96.92º | 0.8% | 0.62% | - |
| HSV(B) | 96.92º | 0.66% | 0.92% | - |
| XYZ | 41.77 | 65.47 | 17.83 | - |
| YUV | 188.51 | 66.2 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 79 | 0.41 | 0 | 0.66 | 0.08 | 96.92 | 0.8 | 0.62 |
| Hex | 8B | EB | 4F | 29 | 0 | 42 | 8 | 61 | 50 | 3E |
| Octal | 213 | 353 | 117 | 51 | 0 | 102 | 10 | 141 | 120 | 76 |
| Binary | 10001011 | 11101011 | 1001111 | 101001 | 0 | 1000010 | 1000 | 1100001 | 1010000 | 111110 |
Color Harmonies of #8BEB4F
Complementary color
Monochromatic Colors of #8BEB4F
Black with #8BEB4F
Text Example
Text Example
White with #8BEB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEB4F; }
p { color: rgb(139,235,79); }
H1.HeaderClassName
{
color: #8BEB4F;
}
.AnyTagClassName
{
color: #8BEB4F;
}
</style>
background-color css
<style>
a { background-color: #8BEB4F; }
a { background-color: rgb(139,235,79); }
div.DivClassName
{
background-color: #8BEB4F;
}
.BgClassName
{
background-color: #8BEB4F;
}
</style>
border-color css
<style>
span { border-color: #8BEB4F; }
span { border-color: rgb(139,235,79); }
td.TdClassName
{
border-color: #8BEB4F;
}
.TagClassName
{
border-color: #8BEB4F;
}
</style>