Shades of Conifer #97EC4B
Tints of Conifer #97EC4B
RGB
CMYK
RGB Variations
Color information
#97EC4B (or 0x97EC4B) is known color: Conifer. HEX triplet: 97, EC and 4B. RGB value is (151,236,75). Sum of RGB (Red+Green+Blue) = 151+236+75=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #97EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97EC4B is #6813B4. Grayscale: #C0C0C0. Windows color (decimal): -6820789 or 4975767. OLE color: 4975767.
HSL color Cylindrical-coordinate representation of color #97EC4B: hue angle of 91.68º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97EC4B is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 236 | 75 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.07 |
| HSL | 91.68º | 0.81% | 0.61% | - |
| HSV(B) | 91.68º | 0.68% | 0.93% | - |
| XYZ | 44.03 | 67.08 | 17.28 | - |
| YUV | 192.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 236 | 75 | 0.36 | 0 | 0.68 | 0.07 | 91.68 | 0.81 | 0.61 |
| Hex | 97 | EC | 4B | 24 | 0 | 44 | 7 | 5C | 51 | 3D |
| Octal | 227 | 354 | 113 | 44 | 0 | 104 | 7 | 134 | 121 | 75 |
| Binary | 10010111 | 11101100 | 1001011 | 100100 | 0 | 1000100 | 111 | 1011100 | 1010001 | 111101 |
Color Harmonies of #97EC4B
Complementary color
Monochromatic Colors of #97EC4B
Black with #97EC4B
Text Example
Text Example
White with #97EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EC4B; }
p { color: rgb(151,236,75); }
H1.HeaderClassName
{
color: #97EC4B;
}
.AnyTagClassName
{
color: #97EC4B;
}
</style>
background-color css
<style>
a { background-color: #97EC4B; }
a { background-color: rgb(151,236,75); }
div.DivClassName
{
background-color: #97EC4B;
}
.BgClassName
{
background-color: #97EC4B;
}
</style>
border-color css
<style>
span { border-color: #97EC4B; }
span { border-color: rgb(151,236,75); }
td.TdClassName
{
border-color: #97EC4B;
}
.TagClassName
{
border-color: #97EC4B;
}
</style>