Shades of Atlantis #85E833
Tints of Atlantis #85E833
RGB
CMYK
RGB Variations
Color information
#85E833 (or 0x85E833) is known color: Atlantis. HEX triplet: 85, E8 and 33. RGB value is (133,232,51). Sum of RGB (Red+Green+Blue) = 133+232+51=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #85E833 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E833 is #7A17CC. Grayscale: #B6B6B6. Windows color (decimal): -8001485 or 3401861. OLE color: 3401861.
HSL color Cylindrical-coordinate representation of color #85E833: hue angle of 92.82º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85E833 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 51 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.09 |
| HSL | 92.82º | 0.8% | 0.55% | - |
| HSV(B) | 92.82º | 0.78% | 0.91% | - |
| XYZ | 39.13 | 62.94 | 13.22 | - |
| YUV | 181.77 | 54.2 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 51 | 0.43 | 0 | 0.78 | 0.09 | 92.82 | 0.8 | 0.55 |
| Hex | 85 | E8 | 33 | 2B | 0 | 4E | 9 | 5D | 50 | 37 |
| Octal | 205 | 350 | 63 | 53 | 0 | 116 | 11 | 135 | 120 | 67 |
| Binary | 10000101 | 11101000 | 110011 | 101011 | 0 | 1001110 | 1001 | 1011101 | 1010000 | 110111 |
Color Harmonies of #85E833
Complementary color
Monochromatic Colors of #85E833
Black with #85E833
Text Example
Text Example
White with #85E833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E833; }
p { color: rgb(133,232,51); }
H1.HeaderClassName
{
color: #85E833;
}
.AnyTagClassName
{
color: #85E833;
}
</style>
background-color css
<style>
a { background-color: #85E833; }
a { background-color: rgb(133,232,51); }
div.DivClassName
{
background-color: #85E833;
}
.BgClassName
{
background-color: #85E833;
}
</style>
border-color css
<style>
span { border-color: #85E833; }
span { border-color: rgb(133,232,51); }
td.TdClassName
{
border-color: #85E833;
}
.TagClassName
{
border-color: #85E833;
}
</style>