Shades of Atlantis #8BEC34
Tints of Atlantis #8BEC34
RGB
CMYK
RGB Variations
Color information
#8BEC34 (or 0x8BEC34) is known color: Atlantis. HEX triplet: 8B, EC and 34. RGB value is (139,236,52). Sum of RGB (Red+Green+Blue) = 139+236+52=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #8BEC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEC34 is #7413CB. Grayscale: #BABABA. Windows color (decimal): -7607244 or 3468427. OLE color: 3468427.
HSL color Cylindrical-coordinate representation of color #8BEC34: hue angle of 91.63º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BEC34 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 52 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.07 |
| HSL | 91.63º | 0.83% | 0.56% | - |
| HSV(B) | 91.63º | 0.78% | 0.93% | - |
| XYZ | 41.26 | 65.73 | 13.76 | - |
| YUV | 186.02 | 52.36 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 52 | 0.41 | 0 | 0.78 | 0.07 | 91.63 | 0.83 | 0.56 |
| Hex | 8B | EC | 34 | 29 | 0 | 4E | 7 | 5C | 53 | 38 |
| Octal | 213 | 354 | 64 | 51 | 0 | 116 | 7 | 134 | 123 | 70 |
| Binary | 10001011 | 11101100 | 110100 | 101001 | 0 | 1001110 | 111 | 1011100 | 1010011 | 111000 |
Color Harmonies of #8BEC34
Complementary color
Monochromatic Colors of #8BEC34
Black with #8BEC34
Text Example
Text Example
White with #8BEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEC34; }
p { color: rgb(139,236,52); }
H1.HeaderClassName
{
color: #8BEC34;
}
.AnyTagClassName
{
color: #8BEC34;
}
</style>
background-color css
<style>
a { background-color: #8BEC34; }
a { background-color: rgb(139,236,52); }
div.DivClassName
{
background-color: #8BEC34;
}
.BgClassName
{
background-color: #8BEC34;
}
</style>
border-color css
<style>
span { border-color: #8BEC34; }
span { border-color: rgb(139,236,52); }
td.TdClassName
{
border-color: #8BEC34;
}
.TagClassName
{
border-color: #8BEC34;
}
</style>