Shades of Green Yellow #96F144
Tints of Green Yellow #96F144
RGB
CMYK
RGB Variations
Color information
#96F144 (or 0x96F144) is known color: Green Yellow. HEX triplet: 96, F1 and 44. RGB value is (150,241,68). Sum of RGB (Red+Green+Blue) = 150+241+68=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #96F144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F144 is #690EBB. Grayscale: #C2C2C2. Windows color (decimal): -6885052 or 4518294. OLE color: 4518294.
HSL color Cylindrical-coordinate representation of color #96F144: hue angle of 91.56º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96F144 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 68 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.05 |
| HSL | 91.56º | 0.86% | 0.61% | - |
| HSV(B) | 91.56º | 0.72% | 0.95% | - |
| XYZ | 45.08 | 69.81 | 16.57 | - |
| YUV | 194.07 | 56.85 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 68 | 0.38 | 0 | 0.72 | 0.05 | 91.56 | 0.86 | 0.61 |
| Hex | 96 | F1 | 44 | 26 | 0 | 48 | 5 | 5C | 56 | 3D |
| Octal | 226 | 361 | 104 | 46 | 0 | 110 | 5 | 134 | 126 | 75 |
| Binary | 10010110 | 11110001 | 1000100 | 100110 | 0 | 1001000 | 101 | 1011100 | 1010110 | 111101 |
Color Harmonies of #96F144
Complementary color
Monochromatic Colors of #96F144
Black with #96F144
Text Example
Text Example
White with #96F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F144; }
p { color: rgb(150,241,68); }
H1.HeaderClassName
{
color: #96F144;
}
.AnyTagClassName
{
color: #96F144;
}
</style>
background-color css
<style>
a { background-color: #96F144; }
a { background-color: rgb(150,241,68); }
div.DivClassName
{
background-color: #96F144;
}
.BgClassName
{
background-color: #96F144;
}
</style>
border-color css
<style>
span { border-color: #96F144; }
span { border-color: rgb(150,241,68); }
td.TdClassName
{
border-color: #96F144;
}
.TagClassName
{
border-color: #96F144;
}
</style>