Shades of Green Yellow #96EF3D
Tints of Green Yellow #96EF3D
RGB
CMYK
RGB Variations
Color information
#96EF3D (or 0x96EF3D) is known color: Green Yellow. HEX triplet: 96, EF and 3D. RGB value is (150,239,61). Sum of RGB (Red+Green+Blue) = 150+239+61=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF3D is #6910C2. Grayscale: #C0C0C0. Windows color (decimal): -6885571 or 4059030. OLE color: 4059030.
HSL color Cylindrical-coordinate representation of color #96EF3D: hue angle of 90º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96EF3D is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 61 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.06 |
| HSL | 90º | 0.85% | 0.59% | - |
| HSV(B) | 90º | 0.74% | 0.94% | - |
| XYZ | 44.29 | 68.55 | 15.31 | - |
| YUV | 192.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 61 | 0.37 | 0 | 0.74 | 0.06 | 90 | 0.85 | 0.59 |
| Hex | 96 | EF | 3D | 25 | 0 | 4A | 6 | 5A | 55 | 3B |
| Octal | 226 | 357 | 75 | 45 | 0 | 112 | 6 | 132 | 125 | 73 |
| Binary | 10010110 | 11101111 | 111101 | 100101 | 0 | 1001010 | 110 | 1011010 | 1010101 | 111011 |
Color Harmonies of #96EF3D
Complementary color
Monochromatic Colors of #96EF3D
Black with #96EF3D
Text Example
Text Example
White with #96EF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EF3D; }
p { color: rgb(150,239,61); }
H1.HeaderClassName
{
color: #96EF3D;
}
.AnyTagClassName
{
color: #96EF3D;
}
</style>
background-color css
<style>
a { background-color: #96EF3D; }
a { background-color: rgb(150,239,61); }
div.DivClassName
{
background-color: #96EF3D;
}
.BgClassName
{
background-color: #96EF3D;
}
</style>
border-color css
<style>
span { border-color: #96EF3D; }
span { border-color: rgb(150,239,61); }
td.TdClassName
{
border-color: #96EF3D;
}
.TagClassName
{
border-color: #96EF3D;
}
</style>