Shades of Green Yellow #96FF3C
Tints of Green Yellow #96FF3C
RGB
CMYK
RGB Variations
Color information
#96FF3C (or 0x96FF3C) is known color: Green Yellow. HEX triplet: 96, FF and 3C. RGB value is (150,255,60). Sum of RGB (Red+Green+Blue) = 150+255+60=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF3C is #6900C3. Grayscale: #CACACA. Windows color (decimal): -6881476 or 3997590. OLE color: 3997590.
HSL color Cylindrical-coordinate representation of color #96FF3C: hue angle of 92.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96FF3C is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 60 | - |
| CMYK | 0.41 | 0 | 0.76 | 0 |
| HSL | 92.31º | 1% | 0.62% | - |
| HSV(B) | 92.31º | 0.76% | 1% | - |
| XYZ | 49.15 | 78.33 | 16.8 | - |
| YUV | 201.38 | 48.21 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 60 | 0.41 | 0 | 0.76 | 0 | 92.31 | 1 | 0.62 |
| Hex | 96 | FF | 3C | 29 | 0 | 4C | 0 | 5C | 64 | 3E |
| Octal | 226 | 377 | 74 | 51 | 0 | 114 | 0 | 134 | 144 | 76 |
| Binary | 10010110 | 11111111 | 111100 | 101001 | 0 | 1001100 | 0 | 1011100 | 1100100 | 111110 |
Color Harmonies of #96FF3C
Complementary color
Monochromatic Colors of #96FF3C
Black with #96FF3C
Text Example
Text Example
White with #96FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF3C; }
p { color: rgb(150,255,60); }
H1.HeaderClassName
{
color: #96FF3C;
}
.AnyTagClassName
{
color: #96FF3C;
}
</style>
background-color css
<style>
a { background-color: #96FF3C; }
a { background-color: rgb(150,255,60); }
div.DivClassName
{
background-color: #96FF3C;
}
.BgClassName
{
background-color: #96FF3C;
}
</style>
border-color css
<style>
span { border-color: #96FF3C; }
span { border-color: rgb(150,255,60); }
td.TdClassName
{
border-color: #96FF3C;
}
.TagClassName
{
border-color: #96FF3C;
}
</style>