Shades of Atlantis #85E433
Tints of Atlantis #85E433
RGB
CMYK
RGB Variations
Color information
#85E433 (or 0x85E433) is known color: Atlantis. HEX triplet: 85, E4 and 33. RGB value is (133,228,51). Sum of RGB (Red+Green+Blue) = 133+228+51=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #85E433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E433 is #7A1BCC. Grayscale: #B4B4B4. Windows color (decimal): -8002509 or 3400837. OLE color: 3400837.
HSL color Cylindrical-coordinate representation of color #85E433: hue angle of 92.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85E433 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 51 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.11 |
| HSL | 92.2º | 0.77% | 0.55% | - |
| HSV(B) | 92.2º | 0.78% | 0.89% | - |
| XYZ | 38.01 | 60.71 | 12.85 | - |
| YUV | 179.42 | 55.53 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 51 | 0.42 | 0 | 0.78 | 0.11 | 92.2 | 0.77 | 0.55 |
| Hex | 85 | E4 | 33 | 2A | 0 | 4E | B | 5C | 4D | 37 |
| Octal | 205 | 344 | 63 | 52 | 0 | 116 | 13 | 134 | 115 | 67 |
| Binary | 10000101 | 11100100 | 110011 | 101010 | 0 | 1001110 | 1011 | 1011100 | 1001101 | 110111 |
Color Harmonies of #85E433
Complementary color
Monochromatic Colors of #85E433
Black with #85E433
Text Example
Text Example
White with #85E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E433; }
p { color: rgb(133,228,51); }
H1.HeaderClassName
{
color: #85E433;
}
.AnyTagClassName
{
color: #85E433;
}
</style>
background-color css
<style>
a { background-color: #85E433; }
a { background-color: rgb(133,228,51); }
div.DivClassName
{
background-color: #85E433;
}
.BgClassName
{
background-color: #85E433;
}
</style>
border-color css
<style>
span { border-color: #85E433; }
span { border-color: rgb(133,228,51); }
td.TdClassName
{
border-color: #85E433;
}
.TagClassName
{
border-color: #85E433;
}
</style>