Shades of Atlantis #85EF40
Tints of Atlantis #85EF40
RGB
CMYK
RGB Variations
Color information
#85EF40 (or 0x85EF40) is known color: Atlantis. HEX triplet: 85, EF and 40. RGB value is (133,239,64). Sum of RGB (Red+Green+Blue) = 133+239+64=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF40 is #7A10BF. Grayscale: #BBBBBB. Windows color (decimal): -7999680 or 4255621. OLE color: 4255621.
HSL color Cylindrical-coordinate representation of color #85EF40: hue angle of 96.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85EF40 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 64 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.06 |
| HSL | 96.34º | 0.85% | 0.59% | - |
| HSV(B) | 96.34º | 0.73% | 0.94% | - |
| XYZ | 41.46 | 67.09 | 15.61 | - |
| YUV | 187.36 | 58.38 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 64 | 0.44 | 0 | 0.73 | 0.06 | 96.34 | 0.85 | 0.59 |
| Hex | 85 | EF | 40 | 2C | 0 | 49 | 6 | 60 | 55 | 3B |
| Octal | 205 | 357 | 100 | 54 | 0 | 111 | 6 | 140 | 125 | 73 |
| Binary | 10000101 | 11101111 | 1000000 | 101100 | 0 | 1001001 | 110 | 1100000 | 1010101 | 111011 |
Color Harmonies of #85EF40
Complementary color
Monochromatic Colors of #85EF40
Black with #85EF40
Text Example
Text Example
White with #85EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF40; }
p { color: rgb(133,239,64); }
H1.HeaderClassName
{
color: #85EF40;
}
.AnyTagClassName
{
color: #85EF40;
}
</style>
background-color css
<style>
a { background-color: #85EF40; }
a { background-color: rgb(133,239,64); }
div.DivClassName
{
background-color: #85EF40;
}
.BgClassName
{
background-color: #85EF40;
}
</style>
border-color css
<style>
span { border-color: #85EF40; }
span { border-color: rgb(133,239,64); }
td.TdClassName
{
border-color: #85EF40;
}
.TagClassName
{
border-color: #85EF40;
}
</style>