Shades of Conifer #96EE53
Tints of Conifer #96EE53
RGB
CMYK
RGB Variations
Color information
#96EE53 (or 0x96EE53) is known color: Conifer. HEX triplet: 96, EE and 53. RGB value is (150,238,83). Sum of RGB (Red+Green+Blue) = 150+238+83=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE53 is #6911AC. Grayscale: #C2C2C2. Windows color (decimal): -6885805 or 5500566. OLE color: 5500566.
HSL color Cylindrical-coordinate representation of color #96EE53: hue angle of 94.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96EE53 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 83 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.07 |
| HSL | 94.06º | 0.82% | 0.63% | - |
| HSV(B) | 94.06º | 0.65% | 0.93% | - |
| XYZ | 44.71 | 68.26 | 19 | - |
| YUV | 194.02 | 65.35 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 83 | 0.37 | 0 | 0.65 | 0.07 | 94.06 | 0.82 | 0.63 |
| Hex | 96 | EE | 53 | 25 | 0 | 41 | 7 | 5E | 52 | 3F |
| Octal | 226 | 356 | 123 | 45 | 0 | 101 | 7 | 136 | 122 | 77 |
| Binary | 10010110 | 11101110 | 1010011 | 100101 | 0 | 1000001 | 111 | 1011110 | 1010010 | 111111 |
Color Harmonies of #96EE53
Complementary color
Monochromatic Colors of #96EE53
Black with #96EE53
Text Example
Text Example
White with #96EE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE53; }
p { color: rgb(150,238,83); }
H1.HeaderClassName
{
color: #96EE53;
}
.AnyTagClassName
{
color: #96EE53;
}
</style>
background-color css
<style>
a { background-color: #96EE53; }
a { background-color: rgb(150,238,83); }
div.DivClassName
{
background-color: #96EE53;
}
.BgClassName
{
background-color: #96EE53;
}
</style>
border-color css
<style>
span { border-color: #96EE53; }
span { border-color: rgb(150,238,83); }
td.TdClassName
{
border-color: #96EE53;
}
.TagClassName
{
border-color: #96EE53;
}
</style>