Shades of Pastel Green #90F364
Tints of Pastel Green #90F364
RGB
CMYK
RGB Variations
Color information
#90F364 (or 0x90F364) is known color: Pastel Green. HEX triplet: 90, F3 and 64. RGB value is (144,243,100). Sum of RGB (Red+Green+Blue) = 144+243+100=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #90F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F364 is #6F0C9B. Grayscale: #C5C5C5. Windows color (decimal): -7277724 or 6615952. OLE color: 6615952.
HSL color Cylindrical-coordinate representation of color #90F364: hue angle of 101.54º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90F364 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 100 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.05 |
| HSL | 101.54º | 0.86% | 0.67% | - |
| HSV(B) | 101.54º | 0.59% | 0.95% | - |
| XYZ | 45.85 | 70.95 | 23.33 | - |
| YUV | 197.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 100 | 0.41 | 0 | 0.59 | 0.05 | 101.54 | 0.86 | 0.67 |
| Hex | 90 | F3 | 64 | 29 | 0 | 3B | 5 | 66 | 56 | 43 |
| Octal | 220 | 363 | 144 | 51 | 0 | 73 | 5 | 146 | 126 | 103 |
| Binary | 10010000 | 11110011 | 1100100 | 101001 | 0 | 111011 | 101 | 1100110 | 1010110 | 1000011 |
Color Harmonies of #90F364
Complementary color
Monochromatic Colors of #90F364
Black with #90F364
Text Example
Text Example
White with #90F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F364; }
p { color: rgb(144,243,100); }
H1.HeaderClassName
{
color: #90F364;
}
.AnyTagClassName
{
color: #90F364;
}
</style>
background-color css
<style>
a { background-color: #90F364; }
a { background-color: rgb(144,243,100); }
div.DivClassName
{
background-color: #90F364;
}
.BgClassName
{
background-color: #90F364;
}
</style>
border-color css
<style>
span { border-color: #90F364; }
span { border-color: rgb(144,243,100); }
td.TdClassName
{
border-color: #90F364;
}
.TagClassName
{
border-color: #90F364;
}
</style>