Shades of Atlantis #8BE92F
Tints of Atlantis #8BE92F
RGB
CMYK
RGB Variations
Color information
#8BE92F (or 0x8BE92F) is known color: Atlantis. HEX triplet: 8B, E9 and 2F. RGB value is (139,233,47). Sum of RGB (Red+Green+Blue) = 139+233+47=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE92F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE92F is #7416D0. Grayscale: #B8B8B8. Windows color (decimal): -7608017 or 3139979. OLE color: 3139979.
HSL color Cylindrical-coordinate representation of color #8BE92F: hue angle of 90.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BE92F is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 233 | 47 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.09 |
| HSL | 90.32º | 0.81% | 0.55% | - |
| HSV(B) | 90.32º | 0.8% | 0.91% | - |
| XYZ | 40.3 | 63.97 | 12.91 | - |
| YUV | 183.69 | 50.86 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 233 | 47 | 0.40 | 0 | 0.80 | 0.09 | 90.32 | 0.81 | 0.55 |
| Hex | 8B | E9 | 2F | 28 | 0 | 50 | 9 | 5A | 51 | 37 |
| Octal | 213 | 351 | 57 | 50 | 0 | 120 | 11 | 132 | 121 | 67 |
| Binary | 10001011 | 11101001 | 101111 | 101000 | 0 | 1010000 | 1001 | 1011010 | 1010001 | 110111 |
Color Harmonies of #8BE92F
Complementary color
Monochromatic Colors of #8BE92F
Black with #8BE92F
Text Example
Text Example
White with #8BE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE92F; }
p { color: rgb(139,233,47); }
H1.HeaderClassName
{
color: #8BE92F;
}
.AnyTagClassName
{
color: #8BE92F;
}
</style>
background-color css
<style>
a { background-color: #8BE92F; }
a { background-color: rgb(139,233,47); }
div.DivClassName
{
background-color: #8BE92F;
}
.BgClassName
{
background-color: #8BE92F;
}
</style>
border-color css
<style>
span { border-color: #8BE92F; }
span { border-color: rgb(139,233,47); }
td.TdClassName
{
border-color: #8BE92F;
}
.TagClassName
{
border-color: #8BE92F;
}
</style>