Shades of Atlantis #85EC33
Tints of Atlantis #85EC33
RGB
CMYK
RGB Variations
Color information
#85EC33 (or 0x85EC33) is known color: Atlantis. HEX triplet: 85, EC and 33. RGB value is (133,236,51). Sum of RGB (Red+Green+Blue) = 133+236+51=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC33 is #7A13CC. Grayscale: #B8B8B8. Windows color (decimal): -8000461 or 3402885. OLE color: 3402885.
HSL color Cylindrical-coordinate representation of color #85EC33: hue angle of 93.41º 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 #85EC33 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 51 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.07 |
| HSL | 93.41º | 0.83% | 0.56% | - |
| HSV(B) | 93.41º | 0.78% | 0.93% | - |
| XYZ | 40.27 | 65.22 | 13.6 | - |
| YUV | 184.11 | 52.88 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 51 | 0.44 | 0 | 0.78 | 0.07 | 93.41 | 0.83 | 0.56 |
| Hex | 85 | EC | 33 | 2C | 0 | 4E | 7 | 5D | 53 | 38 |
| Octal | 205 | 354 | 63 | 54 | 0 | 116 | 7 | 135 | 123 | 70 |
| Binary | 10000101 | 11101100 | 110011 | 101100 | 0 | 1001110 | 111 | 1011101 | 1010011 | 111000 |
Color Harmonies of #85EC33
Complementary color
Monochromatic Colors of #85EC33
Black with #85EC33
Text Example
Text Example
White with #85EC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC33; }
p { color: rgb(133,236,51); }
H1.HeaderClassName
{
color: #85EC33;
}
.AnyTagClassName
{
color: #85EC33;
}
</style>
background-color css
<style>
a { background-color: #85EC33; }
a { background-color: rgb(133,236,51); }
div.DivClassName
{
background-color: #85EC33;
}
.BgClassName
{
background-color: #85EC33;
}
</style>
border-color css
<style>
span { border-color: #85EC33; }
span { border-color: rgb(133,236,51); }
td.TdClassName
{
border-color: #85EC33;
}
.TagClassName
{
border-color: #85EC33;
}
</style>