Shades of Atlantis #85E43F
Tints of Atlantis #85E43F
RGB
CMYK
RGB Variations
Color information
#85E43F (or 0x85E43F) is known color: Atlantis. HEX triplet: 85, E4 and 3F. RGB value is (133,228,63). Sum of RGB (Red+Green+Blue) = 133+228+63=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #85E43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E43F is #7A1BC0. Grayscale: #B5B5B5. Windows color (decimal): -8002497 or 4187269. OLE color: 4187269.
HSL color Cylindrical-coordinate representation of color #85E43F: hue angle of 94.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85E43F is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 63 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.11 |
| HSL | 94.55º | 0.75% | 0.57% | - |
| HSV(B) | 94.55º | 0.72% | 0.89% | - |
| XYZ | 38.31 | 60.83 | 14.43 | - |
| YUV | 180.79 | 61.53 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 63 | 0.42 | 0 | 0.72 | 0.11 | 94.55 | 0.75 | 0.57 |
| Hex | 85 | E4 | 3F | 2A | 0 | 48 | B | 5F | 4B | 39 |
| Octal | 205 | 344 | 77 | 52 | 0 | 110 | 13 | 137 | 113 | 71 |
| Binary | 10000101 | 11100100 | 111111 | 101010 | 0 | 1001000 | 1011 | 1011111 | 1001011 | 111001 |
Color Harmonies of #85E43F
Complementary color
Monochromatic Colors of #85E43F
Black with #85E43F
Text Example
Text Example
White with #85E43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E43F; }
p { color: rgb(133,228,63); }
H1.HeaderClassName
{
color: #85E43F;
}
.AnyTagClassName
{
color: #85E43F;
}
</style>
background-color css
<style>
a { background-color: #85E43F; }
a { background-color: rgb(133,228,63); }
div.DivClassName
{
background-color: #85E43F;
}
.BgClassName
{
background-color: #85E43F;
}
</style>
border-color css
<style>
span { border-color: #85E43F; }
span { border-color: rgb(133,228,63); }
td.TdClassName
{
border-color: #85E43F;
}
.TagClassName
{
border-color: #85E43F;
}
</style>