Shades of Atlantis #85CF40
Tints of Atlantis #85CF40
RGB
CMYK
RGB Variations
Color information
#85CF40 (or 0x85CF40) is known color: Atlantis. HEX triplet: 85, CF and 40. RGB value is (133,207,64). Sum of RGB (Red+Green+Blue) = 133+207+64=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF40 is #7A30BF. Grayscale: #A9A9A9. Windows color (decimal): -8007872 or 4247429. OLE color: 4247429.
HSL color Cylindrical-coordinate representation of color #85CF40: hue angle of 91.05º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85CF40 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 64 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.19 |
| HSL | 91.05º | 0.6% | 0.53% | - |
| HSV(B) | 91.05º | 0.69% | 0.81% | - |
| XYZ | 32.91 | 49.98 | 12.76 | - |
| YUV | 168.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 64 | 0.36 | 0 | 0.69 | 0.19 | 91.05 | 0.6 | 0.53 |
| Hex | 85 | CF | 40 | 24 | 0 | 45 | 13 | 5B | 3C | 35 |
| Octal | 205 | 317 | 100 | 44 | 0 | 105 | 23 | 133 | 74 | 65 |
| Binary | 10000101 | 11001111 | 1000000 | 100100 | 0 | 1000101 | 10011 | 1011011 | 111100 | 110101 |
Color Harmonies of #85CF40
Complementary color
Monochromatic Colors of #85CF40
Black with #85CF40
Text Example
Text Example
White with #85CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF40; }
p { color: rgb(133,207,64); }
H1.HeaderClassName
{
color: #85CF40;
}
.AnyTagClassName
{
color: #85CF40;
}
</style>
background-color css
<style>
a { background-color: #85CF40; }
a { background-color: rgb(133,207,64); }
div.DivClassName
{
background-color: #85CF40;
}
.BgClassName
{
background-color: #85CF40;
}
</style>
border-color css
<style>
span { border-color: #85CF40; }
span { border-color: rgb(133,207,64); }
td.TdClassName
{
border-color: #85CF40;
}
.TagClassName
{
border-color: #85CF40;
}
</style>