Shades of Atlantis #85D942
Tints of Atlantis #85D942
RGB
CMYK
RGB Variations
Color information
#85D942 (or 0x85D942) is known color: Atlantis. HEX triplet: 85, D9 and 42. RGB value is (133,217,66). Sum of RGB (Red+Green+Blue) = 133+217+66=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #85D942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D942 is #7A26BD. Grayscale: #AFAFAF. Windows color (decimal): -8005310 or 4381061. OLE color: 4381061.
HSL color Cylindrical-coordinate representation of color #85D942: hue angle of 93.38º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85D942 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 66 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.15 |
| HSL | 93.38º | 0.67% | 0.55% | - |
| HSV(B) | 93.38º | 0.7% | 0.85% | - |
| XYZ | 35.47 | 55.01 | 13.9 | - |
| YUV | 174.67 | 66.67 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 66 | 0.39 | 0 | 0.70 | 0.15 | 93.38 | 0.67 | 0.55 |
| Hex | 85 | D9 | 42 | 27 | 0 | 46 | F | 5D | 43 | 37 |
| Octal | 205 | 331 | 102 | 47 | 0 | 106 | 17 | 135 | 103 | 67 |
| Binary | 10000101 | 11011001 | 1000010 | 100111 | 0 | 1000110 | 1111 | 1011101 | 1000011 | 110111 |
Color Harmonies of #85D942
Complementary color
Monochromatic Colors of #85D942
Black with #85D942
Text Example
Text Example
White with #85D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D942; }
p { color: rgb(133,217,66); }
H1.HeaderClassName
{
color: #85D942;
}
.AnyTagClassName
{
color: #85D942;
}
</style>
background-color css
<style>
a { background-color: #85D942; }
a { background-color: rgb(133,217,66); }
div.DivClassName
{
background-color: #85D942;
}
.BgClassName
{
background-color: #85D942;
}
</style>
border-color css
<style>
span { border-color: #85D942; }
span { border-color: rgb(133,217,66); }
td.TdClassName
{
border-color: #85D942;
}
.TagClassName
{
border-color: #85D942;
}
</style>