Shades of Green Yellow #96F945
Tints of Green Yellow #96F945
RGB
CMYK
RGB Variations
Color information
#96F945 (or 0x96F945) is known color: Green Yellow. HEX triplet: 96, F9 and 45. RGB value is (150,249,69). Sum of RGB (Red+Green+Blue) = 150+249+69=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #96F945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F945 is #6906BA. Grayscale: #C7C7C7. Windows color (decimal): -6883003 or 4585878. OLE color: 4585878.
HSL color Cylindrical-coordinate representation of color #96F945: hue angle of 93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96F945 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 69 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.02 |
| HSL | 93º | 0.94% | 0.62% | - |
| HSV(B) | 93º | 0.72% | 0.98% | - |
| XYZ | 47.53 | 74.67 | 17.54 | - |
| YUV | 198.88 | 54.7 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 69 | 0.40 | 0 | 0.72 | 0.02 | 93 | 0.94 | 0.62 |
| Hex | 96 | F9 | 45 | 28 | 0 | 48 | 2 | 5D | 5E | 3E |
| Octal | 226 | 371 | 105 | 50 | 0 | 110 | 2 | 135 | 136 | 76 |
| Binary | 10010110 | 11111001 | 1000101 | 101000 | 0 | 1001000 | 10 | 1011101 | 1011110 | 111110 |
Color Harmonies of #96F945
Complementary color
Monochromatic Colors of #96F945
Black with #96F945
Text Example
Text Example
White with #96F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F945; }
p { color: rgb(150,249,69); }
H1.HeaderClassName
{
color: #96F945;
}
.AnyTagClassName
{
color: #96F945;
}
</style>
background-color css
<style>
a { background-color: #96F945; }
a { background-color: rgb(150,249,69); }
div.DivClassName
{
background-color: #96F945;
}
.BgClassName
{
background-color: #96F945;
}
</style>
border-color css
<style>
span { border-color: #96F945; }
span { border-color: rgb(150,249,69); }
td.TdClassName
{
border-color: #96F945;
}
.TagClassName
{
border-color: #96F945;
}
</style>