Shades of Atlantis #85E43B
Tints of Atlantis #85E43B
RGB
CMYK
RGB Variations
Color information
#85E43B (or 0x85E43B) is known color: Atlantis. HEX triplet: 85, E4 and 3B. RGB value is (133,228,59). Sum of RGB (Red+Green+Blue) = 133+228+59=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #85E43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E43B is #7A1BC4. Grayscale: #B4B4B4. Windows color (decimal): -8002501 or 3925125. OLE color: 3925125.
HSL color Cylindrical-coordinate representation of color #85E43B: hue angle of 93.73º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85E43B is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 59 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.11 |
| HSL | 93.73º | 0.76% | 0.56% | - |
| HSV(B) | 93.73º | 0.74% | 0.89% | - |
| XYZ | 38.21 | 60.79 | 13.86 | - |
| YUV | 180.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 59 | 0.42 | 0 | 0.74 | 0.11 | 93.73 | 0.76 | 0.56 |
| Hex | 85 | E4 | 3B | 2A | 0 | 4A | B | 5E | 4C | 38 |
| Octal | 205 | 344 | 73 | 52 | 0 | 112 | 13 | 136 | 114 | 70 |
| Binary | 10000101 | 11100100 | 111011 | 101010 | 0 | 1001010 | 1011 | 1011110 | 1001100 | 111000 |
Color Harmonies of #85E43B
Complementary color
Monochromatic Colors of #85E43B
Black with #85E43B
Text Example
Text Example
White with #85E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E43B; }
p { color: rgb(133,228,59); }
H1.HeaderClassName
{
color: #85E43B;
}
.AnyTagClassName
{
color: #85E43B;
}
</style>
background-color css
<style>
a { background-color: #85E43B; }
a { background-color: rgb(133,228,59); }
div.DivClassName
{
background-color: #85E43B;
}
.BgClassName
{
background-color: #85E43B;
}
</style>
border-color css
<style>
span { border-color: #85E43B; }
span { border-color: rgb(133,228,59); }
td.TdClassName
{
border-color: #85E43B;
}
.TagClassName
{
border-color: #85E43B;
}
</style>