Shades of Atlantis #85EE33
Tints of Atlantis #85EE33
RGB
CMYK
RGB Variations
Color information
#85EE33 (or 0x85EE33) is known color: Atlantis. HEX triplet: 85, EE and 33. RGB value is (133,238,51). Sum of RGB (Red+Green+Blue) = 133+238+51=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EE33 is #7A11CC. Grayscale: #B9B9B9. Windows color (decimal): -7999949 or 3403397. OLE color: 3403397.
HSL color Cylindrical-coordinate representation of color #85EE33: hue angle of 93.69º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85EE33 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 51 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.07 |
| HSL | 93.69º | 0.85% | 0.57% | - |
| HSV(B) | 93.69º | 0.79% | 0.93% | - |
| XYZ | 40.84 | 66.37 | 13.79 | - |
| YUV | 185.29 | 52.21 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 51 | 0.44 | 0 | 0.79 | 0.07 | 93.69 | 0.85 | 0.57 |
| Hex | 85 | EE | 33 | 2C | 0 | 4F | 7 | 5E | 55 | 39 |
| Octal | 205 | 356 | 63 | 54 | 0 | 117 | 7 | 136 | 125 | 71 |
| Binary | 10000101 | 11101110 | 110011 | 101100 | 0 | 1001111 | 111 | 1011110 | 1010101 | 111001 |
Color Harmonies of #85EE33
Complementary color
Monochromatic Colors of #85EE33
Black with #85EE33
Text Example
Text Example
White with #85EE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EE33; }
p { color: rgb(133,238,51); }
H1.HeaderClassName
{
color: #85EE33;
}
.AnyTagClassName
{
color: #85EE33;
}
</style>
background-color css
<style>
a { background-color: #85EE33; }
a { background-color: rgb(133,238,51); }
div.DivClassName
{
background-color: #85EE33;
}
.BgClassName
{
background-color: #85EE33;
}
</style>
border-color css
<style>
span { border-color: #85EE33; }
span { border-color: rgb(133,238,51); }
td.TdClassName
{
border-color: #85EE33;
}
.TagClassName
{
border-color: #85EE33;
}
</style>