Shades of Conifer #96F65D
Tints of Conifer #96F65D
RGB
CMYK
RGB Variations
Color information
#96F65D (or 0x96F65D) is known color: Conifer. HEX triplet: 96, F6 and 5D. RGB value is (150,246,93). Sum of RGB (Red+Green+Blue) = 150+246+93=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #96F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F65D is #6909A2. Grayscale: #C8C8C8. Windows color (decimal): -6883747 or 6157974. OLE color: 6157974.
HSL color Cylindrical-coordinate representation of color #96F65D: hue angle of 97.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96F65D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 93 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.04 |
| HSL | 97.65º | 0.89% | 0.66% | - |
| HSV(B) | 97.65º | 0.62% | 0.96% | - |
| XYZ | 47.51 | 73.19 | 21.98 | - |
| YUV | 199.85 | 67.7 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 93 | 0.39 | 0 | 0.62 | 0.04 | 97.65 | 0.89 | 0.66 |
| Hex | 96 | F6 | 5D | 27 | 0 | 3E | 4 | 62 | 59 | 42 |
| Octal | 226 | 366 | 135 | 47 | 0 | 76 | 4 | 142 | 131 | 102 |
| Binary | 10010110 | 11110110 | 1011101 | 100111 | 0 | 111110 | 100 | 1100010 | 1011001 | 1000010 |
Color Harmonies of #96F65D
Complementary color
Monochromatic Colors of #96F65D
Black with #96F65D
Text Example
Text Example
White with #96F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F65D; }
p { color: rgb(150,246,93); }
H1.HeaderClassName
{
color: #96F65D;
}
.AnyTagClassName
{
color: #96F65D;
}
</style>
background-color css
<style>
a { background-color: #96F65D; }
a { background-color: rgb(150,246,93); }
div.DivClassName
{
background-color: #96F65D;
}
.BgClassName
{
background-color: #96F65D;
}
</style>
border-color css
<style>
span { border-color: #96F65D; }
span { border-color: rgb(150,246,93); }
td.TdClassName
{
border-color: #96F65D;
}
.TagClassName
{
border-color: #96F65D;
}
</style>