Shades of Atlantis #85E23C
Tints of Atlantis #85E23C
RGB
CMYK
RGB Variations
Color information
#85E23C (or 0x85E23C) is known color: Atlantis. HEX triplet: 85, E2 and 3C. RGB value is (133,226,60). Sum of RGB (Red+Green+Blue) = 133+226+60=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #85E23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E23C is #7A1DC3. Grayscale: #B3B3B3. Windows color (decimal): -8003012 or 3990149. OLE color: 3990149.
HSL color Cylindrical-coordinate representation of color #85E23C: hue angle of 93.61º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85E23C is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 60 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.11 |
| HSL | 93.61º | 0.74% | 0.56% | - |
| HSV(B) | 93.61º | 0.73% | 0.89% | - |
| XYZ | 37.68 | 59.71 | 13.81 | - |
| YUV | 179.27 | 60.69 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 60 | 0.41 | 0 | 0.73 | 0.11 | 93.61 | 0.74 | 0.56 |
| Hex | 85 | E2 | 3C | 29 | 0 | 49 | B | 5E | 4A | 38 |
| Octal | 205 | 342 | 74 | 51 | 0 | 111 | 13 | 136 | 112 | 70 |
| Binary | 10000101 | 11100010 | 111100 | 101001 | 0 | 1001001 | 1011 | 1011110 | 1001010 | 111000 |
Color Harmonies of #85E23C
Complementary color
Monochromatic Colors of #85E23C
Black with #85E23C
Text Example
Text Example
White with #85E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E23C; }
p { color: rgb(133,226,60); }
H1.HeaderClassName
{
color: #85E23C;
}
.AnyTagClassName
{
color: #85E23C;
}
</style>
background-color css
<style>
a { background-color: #85E23C; }
a { background-color: rgb(133,226,60); }
div.DivClassName
{
background-color: #85E23C;
}
.BgClassName
{
background-color: #85E23C;
}
</style>
border-color css
<style>
span { border-color: #85E23C; }
span { border-color: rgb(133,226,60); }
td.TdClassName
{
border-color: #85E23C;
}
.TagClassName
{
border-color: #85E23C;
}
</style>