Shades of Yellow Green #96BF3C
Tints of Yellow Green #96BF3C
RGB
CMYK
RGB Variations
Color information
#96BF3C (or 0x96BF3C) is known color: Yellow Green. HEX triplet: 96, BF and 3C. RGB value is (150,191,60). Sum of RGB (Red+Green+Blue) = 150+191+60=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF3C is #6940C3. Grayscale: #A4A4A4. Windows color (decimal): -6897860 or 3981206. OLE color: 3981206.
HSL color Cylindrical-coordinate representation of color #96BF3C: hue angle of 78.78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96BF3C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 60 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.25 |
| HSL | 78.78º | 0.52% | 0.49% | - |
| HSV(B) | 78.78º | 0.69% | 0.75% | - |
| XYZ | 32.02 | 44.07 | 11.09 | - |
| YUV | 163.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 60 | 0.21 | 0 | 0.69 | 0.25 | 78.78 | 0.52 | 0.49 |
| Hex | 96 | BF | 3C | 15 | 0 | 45 | 19 | 4F | 34 | 31 |
| Octal | 226 | 277 | 74 | 25 | 0 | 105 | 31 | 117 | 64 | 61 |
| Binary | 10010110 | 10111111 | 111100 | 10101 | 0 | 1000101 | 11001 | 1001111 | 110100 | 110001 |
Color Harmonies of #96BF3C
Complementary color
Monochromatic Colors of #96BF3C
Black with #96BF3C
Text Example
Text Example
White with #96BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF3C; }
p { color: rgb(150,191,60); }
H1.HeaderClassName
{
color: #96BF3C;
}
.AnyTagClassName
{
color: #96BF3C;
}
</style>
background-color css
<style>
a { background-color: #96BF3C; }
a { background-color: rgb(150,191,60); }
div.DivClassName
{
background-color: #96BF3C;
}
.BgClassName
{
background-color: #96BF3C;
}
</style>
border-color css
<style>
span { border-color: #96BF3C; }
span { border-color: rgb(150,191,60); }
td.TdClassName
{
border-color: #96BF3C;
}
.TagClassName
{
border-color: #96BF3C;
}
</style>