Shades of Pastel Green #90F461
Tints of Pastel Green #90F461
RGB
CMYK
RGB Variations
Color information
#90F461 (or 0x90F461) is known color: Pastel Green. HEX triplet: 90, F4 and 61. RGB value is (144,244,97). Sum of RGB (Red+Green+Blue) = 144+244+97=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #90F461 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F461 is #6F0B9E. Grayscale: #C5C5C5. Windows color (decimal): -7277471 or 6419600. OLE color: 6419600.
HSL color Cylindrical-coordinate representation of color #90F461: hue angle of 100.82º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90F461 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 97 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.04 |
| HSL | 100.82º | 0.87% | 0.67% | - |
| HSV(B) | 100.82º | 0.6% | 0.96% | - |
| XYZ | 46.01 | 71.49 | 22.68 | - |
| YUV | 197.34 | 71.37 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 97 | 0.41 | 0 | 0.60 | 0.04 | 100.82 | 0.87 | 0.67 |
| Hex | 90 | F4 | 61 | 29 | 0 | 3C | 4 | 65 | 57 | 43 |
| Octal | 220 | 364 | 141 | 51 | 0 | 74 | 4 | 145 | 127 | 103 |
| Binary | 10010000 | 11110100 | 1100001 | 101001 | 0 | 111100 | 100 | 1100101 | 1010111 | 1000011 |
Color Harmonies of #90F461
Complementary color
Monochromatic Colors of #90F461
Black with #90F461
Text Example
Text Example
White with #90F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F461; }
p { color: rgb(144,244,97); }
H1.HeaderClassName
{
color: #90F461;
}
.AnyTagClassName
{
color: #90F461;
}
</style>
background-color css
<style>
a { background-color: #90F461; }
a { background-color: rgb(144,244,97); }
div.DivClassName
{
background-color: #90F461;
}
.BgClassName
{
background-color: #90F461;
}
</style>
border-color css
<style>
span { border-color: #90F461; }
span { border-color: rgb(144,244,97); }
td.TdClassName
{
border-color: #90F461;
}
.TagClassName
{
border-color: #90F461;
}
</style>