Shades of Conifer #96EF4B
Tints of Conifer #96EF4B
RGB
CMYK
RGB Variations
Color information
#96EF4B (or 0x96EF4B) is known color: Conifer. HEX triplet: 96, EF and 4B. RGB value is (150,239,75). Sum of RGB (Red+Green+Blue) = 150+239+75=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF4B is #6910B4. Grayscale: #C2C2C2. Windows color (decimal): -6885557 or 4976534. OLE color: 4976534.
HSL color Cylindrical-coordinate representation of color #96EF4B: hue angle of 92.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96EF4B is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 75 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.06 |
| HSL | 92.56º | 0.84% | 0.62% | - |
| HSV(B) | 92.56º | 0.69% | 0.94% | - |
| XYZ | 44.71 | 68.73 | 17.57 | - |
| YUV | 193.69 | 61.01 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 75 | 0.37 | 0 | 0.69 | 0.06 | 92.56 | 0.84 | 0.62 |
| Hex | 96 | EF | 4B | 25 | 0 | 45 | 6 | 5D | 54 | 3E |
| Octal | 226 | 357 | 113 | 45 | 0 | 105 | 6 | 135 | 124 | 76 |
| Binary | 10010110 | 11101111 | 1001011 | 100101 | 0 | 1000101 | 110 | 1011101 | 1010100 | 111110 |
Color Harmonies of #96EF4B
Complementary color
Monochromatic Colors of #96EF4B
Black with #96EF4B
Text Example
Text Example
White with #96EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EF4B; }
p { color: rgb(150,239,75); }
H1.HeaderClassName
{
color: #96EF4B;
}
.AnyTagClassName
{
color: #96EF4B;
}
</style>
background-color css
<style>
a { background-color: #96EF4B; }
a { background-color: rgb(150,239,75); }
div.DivClassName
{
background-color: #96EF4B;
}
.BgClassName
{
background-color: #96EF4B;
}
</style>
border-color css
<style>
span { border-color: #96EF4B; }
span { border-color: rgb(150,239,75); }
td.TdClassName
{
border-color: #96EF4B;
}
.TagClassName
{
border-color: #96EF4B;
}
</style>