Shades of Yellow Green #90BF2D
Tints of Yellow Green #90BF2D
RGB
CMYK
RGB Variations
Color information
#90BF2D (or 0x90BF2D) is known color: Yellow Green. HEX triplet: 90, BF and 2D. RGB value is (144,191,45). Sum of RGB (Red+Green+Blue) = 144+191+45=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF2D is #6F40D2. Grayscale: #A0A0A0. Windows color (decimal): -7291091 or 2998160. OLE color: 2998160.
HSL color Cylindrical-coordinate representation of color #90BF2D: hue angle of 79.32º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90BF2D is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 45 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.25 |
| HSL | 79.32º | 0.62% | 0.46% | - |
| HSV(B) | 79.32º | 0.76% | 0.75% | - |
| XYZ | 30.61 | 43.38 | 9.24 | - |
| YUV | 160.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 45 | 0.25 | 0 | 0.76 | 0.25 | 79.32 | 0.62 | 0.46 |
| Hex | 90 | BF | 2D | 19 | 0 | 4C | 19 | 4F | 3E | 2E |
| Octal | 220 | 277 | 55 | 31 | 0 | 114 | 31 | 117 | 76 | 56 |
| Binary | 10010000 | 10111111 | 101101 | 11001 | 0 | 1001100 | 11001 | 1001111 | 111110 | 101110 |
Color Harmonies of #90BF2D
Complementary color
Monochromatic Colors of #90BF2D
Black with #90BF2D
Text Example
Text Example
White with #90BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF2D; }
p { color: rgb(144,191,45); }
H1.HeaderClassName
{
color: #90BF2D;
}
.AnyTagClassName
{
color: #90BF2D;
}
</style>
background-color css
<style>
a { background-color: #90BF2D; }
a { background-color: rgb(144,191,45); }
div.DivClassName
{
background-color: #90BF2D;
}
.BgClassName
{
background-color: #90BF2D;
}
</style>
border-color css
<style>
span { border-color: #90BF2D; }
span { border-color: rgb(144,191,45); }
td.TdClassName
{
border-color: #90BF2D;
}
.TagClassName
{
border-color: #90BF2D;
}
</style>