Shades of Atlantis #8BDE33
Tints of Atlantis #8BDE33
RGB
CMYK
RGB Variations
Color information
#8BDE33 (or 0x8BDE33) is known color: Atlantis. HEX triplet: 8B, DE and 33. RGB value is (139,222,51). Sum of RGB (Red+Green+Blue) = 139+222+51=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDE33 is #7421CC. Grayscale: #B2B2B2. Windows color (decimal): -7610829 or 3399307. OLE color: 3399307.
HSL color Cylindrical-coordinate representation of color #8BDE33: hue angle of 89.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BDE33 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 51 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.13 |
| HSL | 89.12º | 0.72% | 0.54% | - |
| HSV(B) | 89.12º | 0.77% | 0.87% | - |
| XYZ | 37.37 | 57.97 | 12.35 | - |
| YUV | 177.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 51 | 0.37 | 0 | 0.77 | 0.13 | 89.12 | 0.72 | 0.54 |
| Hex | 8B | DE | 33 | 25 | 0 | 4D | D | 59 | 48 | 36 |
| Octal | 213 | 336 | 63 | 45 | 0 | 115 | 15 | 131 | 110 | 66 |
| Binary | 10001011 | 11011110 | 110011 | 100101 | 0 | 1001101 | 1101 | 1011001 | 1001000 | 110110 |
Color Harmonies of #8BDE33
Complementary color
Monochromatic Colors of #8BDE33
Black with #8BDE33
Text Example
Text Example
White with #8BDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDE33; }
p { color: rgb(139,222,51); }
H1.HeaderClassName
{
color: #8BDE33;
}
.AnyTagClassName
{
color: #8BDE33;
}
</style>
background-color css
<style>
a { background-color: #8BDE33; }
a { background-color: rgb(139,222,51); }
div.DivClassName
{
background-color: #8BDE33;
}
.BgClassName
{
background-color: #8BDE33;
}
</style>
border-color css
<style>
span { border-color: #8BDE33; }
span { border-color: rgb(139,222,51); }
td.TdClassName
{
border-color: #8BDE33;
}
.TagClassName
{
border-color: #8BDE33;
}
</style>