Shades of Pastel Green #90F762
Tints of Pastel Green #90F762
RGB
CMYK
RGB Variations
Color information
#90F762 (or 0x90F762) is known color: Pastel Green. HEX triplet: 90, F7 and 62. RGB value is (144,247,98). Sum of RGB (Red+Green+Blue) = 144+247+98=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #90F762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F762 is #6F089D. Grayscale: #C7C7C7. Windows color (decimal): -7276702 or 6485904. OLE color: 6485904.
HSL color Cylindrical-coordinate representation of color #90F762: hue angle of 101.48º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90F762 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 98 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.03 |
| HSL | 101.48º | 0.9% | 0.68% | - |
| HSV(B) | 101.48º | 0.6% | 0.97% | - |
| XYZ | 46.97 | 73.33 | 23.23 | - |
| YUV | 199.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 98 | 0.42 | 0 | 0.60 | 0.03 | 101.48 | 0.9 | 0.68 |
| Hex | 90 | F7 | 62 | 2A | 0 | 3C | 3 | 65 | 5A | 44 |
| Octal | 220 | 367 | 142 | 52 | 0 | 74 | 3 | 145 | 132 | 104 |
| Binary | 10010000 | 11110111 | 1100010 | 101010 | 0 | 111100 | 11 | 1100101 | 1011010 | 1000100 |
Color Harmonies of #90F762
Complementary color
Monochromatic Colors of #90F762
Black with #90F762
Text Example
Text Example
White with #90F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F762; }
p { color: rgb(144,247,98); }
H1.HeaderClassName
{
color: #90F762;
}
.AnyTagClassName
{
color: #90F762;
}
</style>
background-color css
<style>
a { background-color: #90F762; }
a { background-color: rgb(144,247,98); }
div.DivClassName
{
background-color: #90F762;
}
.BgClassName
{
background-color: #90F762;
}
</style>
border-color css
<style>
span { border-color: #90F762; }
span { border-color: rgb(144,247,98); }
td.TdClassName
{
border-color: #90F762;
}
.TagClassName
{
border-color: #90F762;
}
</style>