Shades of Light Green #99F385
Tints of Light Green #99F385
RGB
CMYK
RGB Variations
Color information
#99F385 (or 0x99F385) is known color: Light Green. HEX triplet: 99, F3 and 85. RGB value is (153,243,133). Sum of RGB (Red+Green+Blue) = 153+243+133=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #99F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F385 is #660C7A. Grayscale: #CBCBCB. Windows color (decimal): -6687867 or 8778649. OLE color: 8778649.
HSL color Cylindrical-coordinate representation of color #99F385: hue angle of 109.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99F385 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 133 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.05 |
| HSL | 109.09º | 0.82% | 0.74% | - |
| HSV(B) | 109.09º | 0.45% | 0.95% | - |
| XYZ | 49.42 | 72.57 | 33.59 | - |
| YUV | 203.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 133 | 0.37 | 0 | 0.45 | 0.05 | 109.09 | 0.82 | 0.74 |
| Hex | 99 | F3 | 85 | 25 | 0 | 2D | 5 | 6D | 52 | 4A |
| Octal | 231 | 363 | 205 | 45 | 0 | 55 | 5 | 155 | 122 | 112 |
| Binary | 10011001 | 11110011 | 10000101 | 100101 | 0 | 101101 | 101 | 1101101 | 1010010 | 1001010 |
Color Harmonies of #99F385
Complementary color
Monochromatic Colors of #99F385
Black with #99F385
Text Example
Text Example
White with #99F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F385; }
p { color: rgb(153,243,133); }
H1.HeaderClassName
{
color: #99F385;
}
.AnyTagClassName
{
color: #99F385;
}
</style>
background-color css
<style>
a { background-color: #99F385; }
a { background-color: rgb(153,243,133); }
div.DivClassName
{
background-color: #99F385;
}
.BgClassName
{
background-color: #99F385;
}
</style>
border-color css
<style>
span { border-color: #99F385; }
span { border-color: rgb(153,243,133); }
td.TdClassName
{
border-color: #99F385;
}
.TagClassName
{
border-color: #99F385;
}
</style>