Shades of Atlantis #85D93B
Tints of Atlantis #85D93B
RGB
CMYK
RGB Variations
Color information
#85D93B (or 0x85D93B) is known color: Atlantis. HEX triplet: 85, D9 and 3B. RGB value is (133,217,59). Sum of RGB (Red+Green+Blue) = 133+217+59=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #85D93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D93B is #7A26C4. Grayscale: #AEAEAE. Windows color (decimal): -8005317 or 3922309. OLE color: 3922309.
HSL color Cylindrical-coordinate representation of color #85D93B: hue angle of 91.9º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85D93B is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 59 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.15 |
| HSL | 91.9º | 0.68% | 0.54% | - |
| HSV(B) | 91.9º | 0.73% | 0.85% | - |
| XYZ | 35.28 | 54.93 | 12.88 | - |
| YUV | 173.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 59 | 0.39 | 0 | 0.73 | 0.15 | 91.9 | 0.68 | 0.54 |
| Hex | 85 | D9 | 3B | 27 | 0 | 49 | F | 5C | 44 | 36 |
| Octal | 205 | 331 | 73 | 47 | 0 | 111 | 17 | 134 | 104 | 66 |
| Binary | 10000101 | 11011001 | 111011 | 100111 | 0 | 1001001 | 1111 | 1011100 | 1000100 | 110110 |
Color Harmonies of #85D93B
Complementary color
Monochromatic Colors of #85D93B
Black with #85D93B
Text Example
Text Example
White with #85D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D93B; }
p { color: rgb(133,217,59); }
H1.HeaderClassName
{
color: #85D93B;
}
.AnyTagClassName
{
color: #85D93B;
}
</style>
background-color css
<style>
a { background-color: #85D93B; }
a { background-color: rgb(133,217,59); }
div.DivClassName
{
background-color: #85D93B;
}
.BgClassName
{
background-color: #85D93B;
}
</style>
border-color css
<style>
span { border-color: #85D93B; }
span { border-color: rgb(133,217,59); }
td.TdClassName
{
border-color: #85D93B;
}
.TagClassName
{
border-color: #85D93B;
}
</style>