Shades of Pastel Green #90F761
Tints of Pastel Green #90F761
RGB
CMYK
RGB Variations
Color information
#90F761 (or 0x90F761) is known color: Pastel Green. HEX triplet: 90, F7 and 61. RGB value is (144,247,97). Sum of RGB (Red+Green+Blue) = 144+247+97=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #90F761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F761 is #6F089E. Grayscale: #C7C7C7. Windows color (decimal): -7276703 or 6420368. OLE color: 6420368.
HSL color Cylindrical-coordinate representation of color #90F761: hue angle of 101.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90F761 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 97 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.03 |
| HSL | 101.2º | 0.9% | 0.67% | - |
| HSV(B) | 101.2º | 0.61% | 0.97% | - |
| XYZ | 46.92 | 73.31 | 22.99 | - |
| YUV | 199.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 97 | 0.42 | 0 | 0.61 | 0.03 | 101.2 | 0.9 | 0.67 |
| Hex | 90 | F7 | 61 | 2A | 0 | 3D | 3 | 65 | 5A | 43 |
| Octal | 220 | 367 | 141 | 52 | 0 | 75 | 3 | 145 | 132 | 103 |
| Binary | 10010000 | 11110111 | 1100001 | 101010 | 0 | 111101 | 11 | 1100101 | 1011010 | 1000011 |
Color Harmonies of #90F761
Complementary color
Monochromatic Colors of #90F761
Black with #90F761
Text Example
Text Example
White with #90F761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F761; }
p { color: rgb(144,247,97); }
H1.HeaderClassName
{
color: #90F761;
}
.AnyTagClassName
{
color: #90F761;
}
</style>
background-color css
<style>
a { background-color: #90F761; }
a { background-color: rgb(144,247,97); }
div.DivClassName
{
background-color: #90F761;
}
.BgClassName
{
background-color: #90F761;
}
</style>
border-color css
<style>
span { border-color: #90F761; }
span { border-color: rgb(144,247,97); }
td.TdClassName
{
border-color: #90F761;
}
.TagClassName
{
border-color: #90F761;
}
</style>