Shades of Conifer #96F150
Tints of Conifer #96F150
RGB
CMYK
RGB Variations
Color information
#96F150 (or 0x96F150) is known color: Conifer. HEX triplet: 96, F1 and 50. RGB value is (150,241,80). Sum of RGB (Red+Green+Blue) = 150+241+80=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #96F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F150 is #690EAF. Grayscale: #C3C3C3. Windows color (decimal): -6885040 or 5304726. OLE color: 5304726.
HSL color Cylindrical-coordinate representation of color #96F150: hue angle of 93.91º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96F150 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 80 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.05 |
| HSL | 93.91º | 0.85% | 0.63% | - |
| HSV(B) | 93.91º | 0.67% | 0.95% | - |
| XYZ | 45.48 | 69.97 | 18.7 | - |
| YUV | 195.44 | 62.85 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 80 | 0.38 | 0 | 0.67 | 0.05 | 93.91 | 0.85 | 0.63 |
| Hex | 96 | F1 | 50 | 26 | 0 | 43 | 5 | 5E | 55 | 3F |
| Octal | 226 | 361 | 120 | 46 | 0 | 103 | 5 | 136 | 125 | 77 |
| Binary | 10010110 | 11110001 | 1010000 | 100110 | 0 | 1000011 | 101 | 1011110 | 1010101 | 111111 |
Color Harmonies of #96F150
Complementary color
Monochromatic Colors of #96F150
Black with #96F150
Text Example
Text Example
White with #96F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F150; }
p { color: rgb(150,241,80); }
H1.HeaderClassName
{
color: #96F150;
}
.AnyTagClassName
{
color: #96F150;
}
</style>
background-color css
<style>
a { background-color: #96F150; }
a { background-color: rgb(150,241,80); }
div.DivClassName
{
background-color: #96F150;
}
.BgClassName
{
background-color: #96F150;
}
</style>
border-color css
<style>
span { border-color: #96F150; }
span { border-color: rgb(150,241,80); }
td.TdClassName
{
border-color: #96F150;
}
.TagClassName
{
border-color: #96F150;
}
</style>