Shades of Yellow Green #96C038
Tints of Yellow Green #96C038
RGB
CMYK
RGB Variations
Color information
#96C038 (or 0x96C038) is known color: Yellow Green. HEX triplet: 96, C0 and 38. RGB value is (150,192,56). Sum of RGB (Red+Green+Blue) = 150+192+56=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #96C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C038 is #693FC7. Grayscale: #A4A4A4. Windows color (decimal): -6897608 or 3719318. OLE color: 3719318.
HSL color Cylindrical-coordinate representation of color #96C038: hue angle of 78.53º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96C038 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 56 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.25 |
| HSL | 78.53º | 0.55% | 0.49% | - |
| HSV(B) | 78.53º | 0.71% | 0.75% | - |
| XYZ | 32.14 | 44.47 | 10.63 | - |
| YUV | 163.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 56 | 0.22 | 0 | 0.71 | 0.25 | 78.53 | 0.55 | 0.49 |
| Hex | 96 | C0 | 38 | 16 | 0 | 47 | 19 | 4F | 37 | 31 |
| Octal | 226 | 300 | 70 | 26 | 0 | 107 | 31 | 117 | 67 | 61 |
| Binary | 10010110 | 11000000 | 111000 | 10110 | 0 | 1000111 | 11001 | 1001111 | 110111 | 110001 |
Color Harmonies of #96C038
Complementary color
Monochromatic Colors of #96C038
Black with #96C038
Text Example
Text Example
White with #96C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C038; }
p { color: rgb(150,192,56); }
H1.HeaderClassName
{
color: #96C038;
}
.AnyTagClassName
{
color: #96C038;
}
</style>
background-color css
<style>
a { background-color: #96C038; }
a { background-color: rgb(150,192,56); }
div.DivClassName
{
background-color: #96C038;
}
.BgClassName
{
background-color: #96C038;
}
</style>
border-color css
<style>
span { border-color: #96C038; }
span { border-color: rgb(150,192,56); }
td.TdClassName
{
border-color: #96C038;
}
.TagClassName
{
border-color: #96C038;
}
</style>