Shades of Green Yellow #96F23D
Tints of Green Yellow #96F23D
RGB
CMYK
RGB Variations
Color information
#96F23D (or 0x96F23D) is known color: Green Yellow. HEX triplet: 96, F2 and 3D. RGB value is (150,242,61). Sum of RGB (Red+Green+Blue) = 150+242+61=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #96F23D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F23D is #690DC2. Grayscale: #C2C2C2. Windows color (decimal): -6884803 or 4059798. OLE color: 4059798.
HSL color Cylindrical-coordinate representation of color #96F23D: hue angle of 90.5º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96F23D is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 61 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.05 |
| HSL | 90.5º | 0.87% | 0.59% | - |
| HSV(B) | 90.5º | 0.75% | 0.95% | - |
| XYZ | 45.17 | 70.33 | 15.61 | - |
| YUV | 193.86 | 53.02 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 61 | 0.38 | 0 | 0.75 | 0.05 | 90.5 | 0.87 | 0.59 |
| Hex | 96 | F2 | 3D | 26 | 0 | 4B | 5 | 5A | 57 | 3B |
| Octal | 226 | 362 | 75 | 46 | 0 | 113 | 5 | 132 | 127 | 73 |
| Binary | 10010110 | 11110010 | 111101 | 100110 | 0 | 1001011 | 101 | 1011010 | 1010111 | 111011 |
Color Harmonies of #96F23D
Complementary color
Monochromatic Colors of #96F23D
Black with #96F23D
Text Example
Text Example
White with #96F23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F23D; }
p { color: rgb(150,242,61); }
H1.HeaderClassName
{
color: #96F23D;
}
.AnyTagClassName
{
color: #96F23D;
}
</style>
background-color css
<style>
a { background-color: #96F23D; }
a { background-color: rgb(150,242,61); }
div.DivClassName
{
background-color: #96F23D;
}
.BgClassName
{
background-color: #96F23D;
}
</style>
border-color css
<style>
span { border-color: #96F23D; }
span { border-color: rgb(150,242,61); }
td.TdClassName
{
border-color: #96F23D;
}
.TagClassName
{
border-color: #96F23D;
}
</style>