Shades of Atlantis #85DF39
Tints of Atlantis #85DF39
RGB
CMYK
RGB Variations
Color information
#85DF39 (or 0x85DF39) is known color: Atlantis. HEX triplet: 85, DF and 39. RGB value is (133,223,57). Sum of RGB (Red+Green+Blue) = 133+223+57=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF39 is #7A20C6. Grayscale: #B1B1B1. Windows color (decimal): -8003783 or 3792773. OLE color: 3792773.
HSL color Cylindrical-coordinate representation of color #85DF39: hue angle of 92.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85DF39 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 57 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.13 |
| HSL | 92.53º | 0.72% | 0.55% | - |
| HSV(B) | 92.53º | 0.74% | 0.87% | - |
| XYZ | 36.8 | 58.06 | 13.14 | - |
| YUV | 177.17 | 60.18 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 57 | 0.40 | 0 | 0.74 | 0.13 | 92.53 | 0.72 | 0.55 |
| Hex | 85 | DF | 39 | 28 | 0 | 4A | D | 5D | 48 | 37 |
| Octal | 205 | 337 | 71 | 50 | 0 | 112 | 15 | 135 | 110 | 67 |
| Binary | 10000101 | 11011111 | 111001 | 101000 | 0 | 1001010 | 1101 | 1011101 | 1001000 | 110111 |
Color Harmonies of #85DF39
Complementary color
Monochromatic Colors of #85DF39
Black with #85DF39
Text Example
Text Example
White with #85DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF39; }
p { color: rgb(133,223,57); }
H1.HeaderClassName
{
color: #85DF39;
}
.AnyTagClassName
{
color: #85DF39;
}
</style>
background-color css
<style>
a { background-color: #85DF39; }
a { background-color: rgb(133,223,57); }
div.DivClassName
{
background-color: #85DF39;
}
.BgClassName
{
background-color: #85DF39;
}
</style>
border-color css
<style>
span { border-color: #85DF39; }
span { border-color: rgb(133,223,57); }
td.TdClassName
{
border-color: #85DF39;
}
.TagClassName
{
border-color: #85DF39;
}
</style>