Shades of Light Green #90F385
Tints of Light Green #90F385
RGB
CMYK
RGB Variations
Color information
#90F385 (or 0x90F385) is known color: Light Green. HEX triplet: 90, F3 and 85. RGB value is (144,243,133). Sum of RGB (Red+Green+Blue) = 144+243+133=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #90F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F385 is #6F0C7A. Grayscale: #C9C9C9. Windows color (decimal): -7277691 or 8778640. OLE color: 8778640.
HSL color Cylindrical-coordinate representation of color #90F385: hue angle of 114º 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 #90F385 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 133 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.05 |
| HSL | 114º | 0.82% | 0.74% | - |
| HSV(B) | 114º | 0.45% | 0.95% | - |
| XYZ | 47.79 | 71.72 | 33.52 | - |
| YUV | 200.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 133 | 0.41 | 0 | 0.45 | 0.05 | 114 | 0.82 | 0.74 |
| Hex | 90 | F3 | 85 | 29 | 0 | 2D | 5 | 72 | 52 | 4A |
| Octal | 220 | 363 | 205 | 51 | 0 | 55 | 5 | 162 | 122 | 112 |
| Binary | 10010000 | 11110011 | 10000101 | 101001 | 0 | 101101 | 101 | 1110010 | 1010010 | 1001010 |
Color Harmonies of #90F385
Complementary color
Monochromatic Colors of #90F385
Black with #90F385
Text Example
Text Example
White with #90F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F385; }
p { color: rgb(144,243,133); }
H1.HeaderClassName
{
color: #90F385;
}
.AnyTagClassName
{
color: #90F385;
}
</style>
background-color css
<style>
a { background-color: #90F385; }
a { background-color: rgb(144,243,133); }
div.DivClassName
{
background-color: #90F385;
}
.BgClassName
{
background-color: #90F385;
}
</style>
border-color css
<style>
span { border-color: #90F385; }
span { border-color: rgb(144,243,133); }
td.TdClassName
{
border-color: #90F385;
}
.TagClassName
{
border-color: #90F385;
}
</style>