Shades of Yellow Green #90BF2F
Tints of Yellow Green #90BF2F
RGB
CMYK
RGB Variations
Color information
#90BF2F (or 0x90BF2F) is known color: Yellow Green. HEX triplet: 90, BF and 2F. RGB value is (144,191,47). Sum of RGB (Red+Green+Blue) = 144+191+47=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF2F is #6F40D0. Grayscale: #A1A1A1. Windows color (decimal): -7291089 or 3129232. OLE color: 3129232.
HSL color Cylindrical-coordinate representation of color #90BF2F: hue angle of 79.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90BF2F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 47 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.25 |
| HSL | 79.58º | 0.61% | 0.47% | - |
| HSV(B) | 79.58º | 0.75% | 0.75% | - |
| XYZ | 30.65 | 43.4 | 9.45 | - |
| YUV | 160.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 47 | 0.25 | 0 | 0.75 | 0.25 | 79.58 | 0.61 | 0.47 |
| Hex | 90 | BF | 2F | 19 | 0 | 4B | 19 | 50 | 3D | 2F |
| Octal | 220 | 277 | 57 | 31 | 0 | 113 | 31 | 120 | 75 | 57 |
| Binary | 10010000 | 10111111 | 101111 | 11001 | 0 | 1001011 | 11001 | 1010000 | 111101 | 101111 |
Color Harmonies of #90BF2F
Complementary color
Monochromatic Colors of #90BF2F
Black with #90BF2F
Text Example
Text Example
White with #90BF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF2F; }
p { color: rgb(144,191,47); }
H1.HeaderClassName
{
color: #90BF2F;
}
.AnyTagClassName
{
color: #90BF2F;
}
</style>
background-color css
<style>
a { background-color: #90BF2F; }
a { background-color: rgb(144,191,47); }
div.DivClassName
{
background-color: #90BF2F;
}
.BgClassName
{
background-color: #90BF2F;
}
</style>
border-color css
<style>
span { border-color: #90BF2F; }
span { border-color: rgb(144,191,47); }
td.TdClassName
{
border-color: #90BF2F;
}
.TagClassName
{
border-color: #90BF2F;
}
</style>