Shades of Atlantis #8BEB30
Tints of Atlantis #8BEB30
RGB
CMYK
RGB Variations
Color information
#8BEB30 (or 0x8BEB30) is known color: Atlantis. HEX triplet: 8B, EB and 30. RGB value is (139,235,48). Sum of RGB (Red+Green+Blue) = 139+235+48=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEB30 is #7414CF. Grayscale: #B9B9B9. Windows color (decimal): -7607504 or 3206027. OLE color: 3206027.
HSL color Cylindrical-coordinate representation of color #8BEB30: hue angle of 90.8º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BEB30 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 48 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.08 |
| HSL | 90.8º | 0.82% | 0.55% | - |
| HSV(B) | 90.8º | 0.8% | 0.92% | - |
| XYZ | 40.89 | 65.12 | 13.21 | - |
| YUV | 184.98 | 50.7 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 48 | 0.41 | 0 | 0.80 | 0.08 | 90.8 | 0.82 | 0.55 |
| Hex | 8B | EB | 30 | 29 | 0 | 50 | 8 | 5B | 52 | 37 |
| Octal | 213 | 353 | 60 | 51 | 0 | 120 | 10 | 133 | 122 | 67 |
| Binary | 10001011 | 11101011 | 110000 | 101001 | 0 | 1010000 | 1000 | 1011011 | 1010010 | 110111 |
Color Harmonies of #8BEB30
Complementary color
Monochromatic Colors of #8BEB30
Black with #8BEB30
Text Example
Text Example
White with #8BEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEB30; }
p { color: rgb(139,235,48); }
H1.HeaderClassName
{
color: #8BEB30;
}
.AnyTagClassName
{
color: #8BEB30;
}
</style>
background-color css
<style>
a { background-color: #8BEB30; }
a { background-color: rgb(139,235,48); }
div.DivClassName
{
background-color: #8BEB30;
}
.BgClassName
{
background-color: #8BEB30;
}
</style>
border-color css
<style>
span { border-color: #8BEB30; }
span { border-color: rgb(139,235,48); }
td.TdClassName
{
border-color: #8BEB30;
}
.TagClassName
{
border-color: #8BEB30;
}
</style>