Shades of Green Yellow #96FF3D
Tints of Green Yellow #96FF3D
RGB
CMYK
RGB Variations
Color information
#96FF3D (or 0x96FF3D) is known color: Green Yellow. HEX triplet: 96, FF and 3D. RGB value is (150,255,61). Sum of RGB (Red+Green+Blue) = 150+255+61=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF3D is #6900C2. Grayscale: #CACACA. Windows color (decimal): -6881475 or 4063126. OLE color: 4063126.
HSL color Cylindrical-coordinate representation of color #96FF3D: hue angle of 92.47º 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 #96FF3D is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 61 | - |
| CMYK | 0.41 | 0 | 0.76 | 0 |
| HSL | 92.47º | 1% | 0.62% | - |
| HSV(B) | 92.47º | 0.76% | 1% | - |
| XYZ | 49.18 | 78.34 | 16.94 | - |
| YUV | 201.49 | 48.71 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 61 | 0.41 | 0 | 0.76 | 0 | 92.47 | 1 | 0.62 |
| Hex | 96 | FF | 3D | 29 | 0 | 4C | 0 | 5C | 64 | 3E |
| Octal | 226 | 377 | 75 | 51 | 0 | 114 | 0 | 134 | 144 | 76 |
| Binary | 10010110 | 11111111 | 111101 | 101001 | 0 | 1001100 | 0 | 1011100 | 1100100 | 111110 |
Color Harmonies of #96FF3D
Complementary color
Monochromatic Colors of #96FF3D
Black with #96FF3D
Text Example
Text Example
White with #96FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF3D; }
p { color: rgb(150,255,61); }
H1.HeaderClassName
{
color: #96FF3D;
}
.AnyTagClassName
{
color: #96FF3D;
}
</style>
background-color css
<style>
a { background-color: #96FF3D; }
a { background-color: rgb(150,255,61); }
div.DivClassName
{
background-color: #96FF3D;
}
.BgClassName
{
background-color: #96FF3D;
}
</style>
border-color css
<style>
span { border-color: #96FF3D; }
span { border-color: rgb(150,255,61); }
td.TdClassName
{
border-color: #96FF3D;
}
.TagClassName
{
border-color: #96FF3D;
}
</style>