Shades of Light Green #85DD93
Tints of Light Green #85DD93
RGB
CMYK
RGB Variations
Color information
#85DD93 (or 0x85DD93) is known color: Light Green. HEX triplet: 85, DD and 93. RGB value is (133,221,147). Sum of RGB (Red+Green+Blue) = 133+221+147=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD93 is #7A226C. Grayscale: #BABABA. Windows color (decimal): -8004205 or 9690501. OLE color: 9690501.
HSL color Cylindrical-coordinate representation of color #85DD93: hue angle of 129.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD93 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 147 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.13 |
| HSL | 129.55º | 0.56% | 0.69% | - |
| HSV(B) | 129.55º | 0.4% | 0.87% | - |
| XYZ | 40.8 | 58.81 | 36.8 | - |
| YUV | 186.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 147 | 0.40 | 0 | 0.33 | 0.13 | 129.55 | 0.56 | 0.69 |
| Hex | 85 | DD | 93 | 28 | 0 | 21 | D | 82 | 38 | 45 |
| Octal | 205 | 335 | 223 | 50 | 0 | 41 | 15 | 202 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10010011 | 101000 | 0 | 100001 | 1101 | 10000010 | 111000 | 1000101 |
Color Harmonies of #85DD93
Complementary color
Monochromatic Colors of #85DD93
Black with #85DD93
Text Example
Text Example
White with #85DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD93; }
p { color: rgb(133,221,147); }
H1.HeaderClassName
{
color: #85DD93;
}
.AnyTagClassName
{
color: #85DD93;
}
</style>
background-color css
<style>
a { background-color: #85DD93; }
a { background-color: rgb(133,221,147); }
div.DivClassName
{
background-color: #85DD93;
}
.BgClassName
{
background-color: #85DD93;
}
</style>
border-color css
<style>
span { border-color: #85DD93; }
span { border-color: rgb(133,221,147); }
td.TdClassName
{
border-color: #85DD93;
}
.TagClassName
{
border-color: #85DD93;
}
</style>