Shades of Green Yellow #90FB52
Tints of Green Yellow #90FB52
RGB
CMYK
RGB Variations
Color information
#90FB52 (or 0x90FB52) is known color: Green Yellow. HEX triplet: 90, FB and 52. RGB value is (144,251,82). Sum of RGB (Red+Green+Blue) = 144+251+82=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #90FB52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90FB52 is #6F04AD. Grayscale: #C8C8C8. Windows color (decimal): -7275694 or 5438352. OLE color: 5438352.
HSL color Cylindrical-coordinate representation of color #90FB52: hue angle of 97.99º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90FB52 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 82 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.02 |
| HSL | 97.99º | 0.95% | 0.65% | - |
| HSV(B) | 97.99º | 0.67% | 0.98% | - |
| XYZ | 47.52 | 75.53 | 20.06 | - |
| YUV | 199.74 | 61.55 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 82 | 0.43 | 0 | 0.67 | 0.02 | 97.99 | 0.95 | 0.65 |
| Hex | 90 | FB | 52 | 2B | 0 | 43 | 2 | 62 | 5F | 41 |
| Octal | 220 | 373 | 122 | 53 | 0 | 103 | 2 | 142 | 137 | 101 |
| Binary | 10010000 | 11111011 | 1010010 | 101011 | 0 | 1000011 | 10 | 1100010 | 1011111 | 1000001 |
Color Harmonies of #90FB52
Complementary color
Monochromatic Colors of #90FB52
Black with #90FB52
Text Example
Text Example
White with #90FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FB52; }
p { color: rgb(144,251,82); }
H1.HeaderClassName
{
color: #90FB52;
}
.AnyTagClassName
{
color: #90FB52;
}
</style>
background-color css
<style>
a { background-color: #90FB52; }
a { background-color: rgb(144,251,82); }
div.DivClassName
{
background-color: #90FB52;
}
.BgClassName
{
background-color: #90FB52;
}
</style>
border-color css
<style>
span { border-color: #90FB52; }
span { border-color: rgb(144,251,82); }
td.TdClassName
{
border-color: #90FB52;
}
.TagClassName
{
border-color: #90FB52;
}
</style>