Shades of Conifer #96EA4D
Tints of Conifer #96EA4D
RGB
CMYK
RGB Variations
Color information
#96EA4D (or 0x96EA4D) is known color: Conifer. HEX triplet: 96, EA and 4D. RGB value is (150,234,77). Sum of RGB (Red+Green+Blue) = 150+234+77=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA4D is #6915B2. Grayscale: #BFBFBF. Windows color (decimal): -6886835 or 5106326. OLE color: 5106326.
HSL color Cylindrical-coordinate representation of color #96EA4D: hue angle of 92.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96EA4D is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 77 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.08 |
| HSL | 92.1º | 0.79% | 0.61% | - |
| HSV(B) | 92.1º | 0.67% | 0.92% | - |
| XYZ | 43.34 | 65.87 | 17.45 | - |
| YUV | 190.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 77 | 0.36 | 0 | 0.67 | 0.08 | 92.1 | 0.79 | 0.61 |
| Hex | 96 | EA | 4D | 24 | 0 | 43 | 8 | 5C | 4F | 3D |
| Octal | 226 | 352 | 115 | 44 | 0 | 103 | 10 | 134 | 117 | 75 |
| Binary | 10010110 | 11101010 | 1001101 | 100100 | 0 | 1000011 | 1000 | 1011100 | 1001111 | 111101 |
Color Harmonies of #96EA4D
Complementary color
Monochromatic Colors of #96EA4D
Black with #96EA4D
Text Example
Text Example
White with #96EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA4D; }
p { color: rgb(150,234,77); }
H1.HeaderClassName
{
color: #96EA4D;
}
.AnyTagClassName
{
color: #96EA4D;
}
</style>
background-color css
<style>
a { background-color: #96EA4D; }
a { background-color: rgb(150,234,77); }
div.DivClassName
{
background-color: #96EA4D;
}
.BgClassName
{
background-color: #96EA4D;
}
</style>
border-color css
<style>
span { border-color: #96EA4D; }
span { border-color: rgb(150,234,77); }
td.TdClassName
{
border-color: #96EA4D;
}
.TagClassName
{
border-color: #96EA4D;
}
</style>