Shades of Conifer #98EC4F
Tints of Conifer #98EC4F
RGB
CMYK
RGB Variations
Color information
#98EC4F (or 0x98EC4F) is known color: Conifer. HEX triplet: 98, EC and 4F. RGB value is (152,236,79). Sum of RGB (Red+Green+Blue) = 152+236+79=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC4F is #6713B0. Grayscale: #C1C1C1. Windows color (decimal): -6755249 or 5237912. OLE color: 5237912.
HSL color Cylindrical-coordinate representation of color #98EC4F: hue angle of 92.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98EC4F is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 79 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.07 |
| HSL | 92.1º | 0.81% | 0.62% | - |
| HSV(B) | 92.1º | 0.67% | 0.93% | - |
| XYZ | 44.36 | 67.23 | 18.04 | - |
| YUV | 192.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 79 | 0.36 | 0 | 0.67 | 0.07 | 92.1 | 0.81 | 0.62 |
| Hex | 98 | EC | 4F | 24 | 0 | 43 | 7 | 5C | 51 | 3E |
| Octal | 230 | 354 | 117 | 44 | 0 | 103 | 7 | 134 | 121 | 76 |
| Binary | 10011000 | 11101100 | 1001111 | 100100 | 0 | 1000011 | 111 | 1011100 | 1010001 | 111110 |
Color Harmonies of #98EC4F
Complementary color
Monochromatic Colors of #98EC4F
Black with #98EC4F
Text Example
Text Example
White with #98EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC4F; }
p { color: rgb(152,236,79); }
H1.HeaderClassName
{
color: #98EC4F;
}
.AnyTagClassName
{
color: #98EC4F;
}
</style>
background-color css
<style>
a { background-color: #98EC4F; }
a { background-color: rgb(152,236,79); }
div.DivClassName
{
background-color: #98EC4F;
}
.BgClassName
{
background-color: #98EC4F;
}
</style>
border-color css
<style>
span { border-color: #98EC4F; }
span { border-color: rgb(152,236,79); }
td.TdClassName
{
border-color: #98EC4F;
}
.TagClassName
{
border-color: #98EC4F;
}
</style>