Shades of Light Green #85EF99
Tints of Light Green #85EF99
RGB
CMYK
RGB Variations
Color information
#85EF99 (or 0x85EF99) is known color: Light Green. HEX triplet: 85, EF and 99. RGB value is (133,239,153). Sum of RGB (Red+Green+Blue) = 133+239+153=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF99 is #7A1066. Grayscale: #C5C5C5. Windows color (decimal): -7999591 or 10088325. OLE color: 10088325.
HSL color Cylindrical-coordinate representation of color #85EF99: hue angle of 131.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF99 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 153 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.06 |
| HSL | 131.32º | 0.77% | 0.73% | - |
| HSV(B) | 131.32º | 0.44% | 0.94% | - |
| XYZ | 46.29 | 69.02 | 41.02 | - |
| YUV | 197.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 153 | 0.44 | 0 | 0.36 | 0.06 | 131.32 | 0.77 | 0.73 |
| Hex | 85 | EF | 99 | 2C | 0 | 24 | 6 | 83 | 4D | 49 |
| Octal | 205 | 357 | 231 | 54 | 0 | 44 | 6 | 203 | 115 | 111 |
| Binary | 10000101 | 11101111 | 10011001 | 101100 | 0 | 100100 | 110 | 10000011 | 1001101 | 1001001 |
Color Harmonies of #85EF99
Complementary color
Monochromatic Colors of #85EF99
Black with #85EF99
Text Example
Text Example
White with #85EF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF99; }
p { color: rgb(133,239,153); }
H1.HeaderClassName
{
color: #85EF99;
}
.AnyTagClassName
{
color: #85EF99;
}
</style>
background-color css
<style>
a { background-color: #85EF99; }
a { background-color: rgb(133,239,153); }
div.DivClassName
{
background-color: #85EF99;
}
.BgClassName
{
background-color: #85EF99;
}
</style>
border-color css
<style>
span { border-color: #85EF99; }
span { border-color: rgb(133,239,153); }
td.TdClassName
{
border-color: #85EF99;
}
.TagClassName
{
border-color: #85EF99;
}
</style>