Shades of Yellow Green #96BF2D
Tints of Yellow Green #96BF2D
RGB
CMYK
RGB Variations
Color information
#96BF2D (or 0x96BF2D) is known color: Yellow Green. HEX triplet: 96, BF and 2D. RGB value is (150,191,45). Sum of RGB (Red+Green+Blue) = 150+191+45=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF2D is #6940D2. Grayscale: #A2A2A2. Windows color (decimal): -6897875 or 2998166. OLE color: 2998166.
HSL color Cylindrical-coordinate representation of color #96BF2D: hue angle of 76.85º 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 #96BF2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 45 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.25 |
| HSL | 76.85º | 0.62% | 0.46% | - |
| HSV(B) | 76.85º | 0.76% | 0.75% | - |
| XYZ | 31.68 | 43.94 | 9.29 | - |
| YUV | 162.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 45 | 0.21 | 0 | 0.76 | 0.25 | 76.85 | 0.62 | 0.46 |
| Hex | 96 | BF | 2D | 15 | 0 | 4C | 19 | 4D | 3E | 2E |
| Octal | 226 | 277 | 55 | 25 | 0 | 114 | 31 | 115 | 76 | 56 |
| Binary | 10010110 | 10111111 | 101101 | 10101 | 0 | 1001100 | 11001 | 1001101 | 111110 | 101110 |
Color Harmonies of #96BF2D
Complementary color
Monochromatic Colors of #96BF2D
Black with #96BF2D
Text Example
Text Example
White with #96BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF2D; }
p { color: rgb(150,191,45); }
H1.HeaderClassName
{
color: #96BF2D;
}
.AnyTagClassName
{
color: #96BF2D;
}
</style>
background-color css
<style>
a { background-color: #96BF2D; }
a { background-color: rgb(150,191,45); }
div.DivClassName
{
background-color: #96BF2D;
}
.BgClassName
{
background-color: #96BF2D;
}
</style>
border-color css
<style>
span { border-color: #96BF2D; }
span { border-color: rgb(150,191,45); }
td.TdClassName
{
border-color: #96BF2D;
}
.TagClassName
{
border-color: #96BF2D;
}
</style>