Shades of Conifer #96F25C
Tints of Conifer #96F25C
RGB
CMYK
RGB Variations
Color information
#96F25C (or 0x96F25C) is known color: Conifer. HEX triplet: 96, F2 and 5C. RGB value is (150,242,92). Sum of RGB (Red+Green+Blue) = 150+242+92=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #96F25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F25C is #690DA3. Grayscale: #C5C5C5. Windows color (decimal): -6884772 or 6091414. OLE color: 6091414.
HSL color Cylindrical-coordinate representation of color #96F25C: hue angle of 96.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96F25C is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 92 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.05 |
| HSL | 96.8º | 0.85% | 0.65% | - |
| HSV(B) | 96.8º | 0.62% | 0.95% | - |
| XYZ | 46.26 | 70.76 | 21.35 | - |
| YUV | 197.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 92 | 0.38 | 0 | 0.62 | 0.05 | 96.8 | 0.85 | 0.65 |
| Hex | 96 | F2 | 5C | 26 | 0 | 3E | 5 | 61 | 55 | 41 |
| Octal | 226 | 362 | 134 | 46 | 0 | 76 | 5 | 141 | 125 | 101 |
| Binary | 10010110 | 11110010 | 1011100 | 100110 | 0 | 111110 | 101 | 1100001 | 1010101 | 1000001 |
Color Harmonies of #96F25C
Complementary color
Monochromatic Colors of #96F25C
Black with #96F25C
Text Example
Text Example
White with #96F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F25C; }
p { color: rgb(150,242,92); }
H1.HeaderClassName
{
color: #96F25C;
}
.AnyTagClassName
{
color: #96F25C;
}
</style>
background-color css
<style>
a { background-color: #96F25C; }
a { background-color: rgb(150,242,92); }
div.DivClassName
{
background-color: #96F25C;
}
.BgClassName
{
background-color: #96F25C;
}
</style>
border-color css
<style>
span { border-color: #96F25C; }
span { border-color: rgb(150,242,92); }
td.TdClassName
{
border-color: #96F25C;
}
.TagClassName
{
border-color: #96F25C;
}
</style>