Shades of Conifer #98EA4B
Tints of Conifer #98EA4B
RGB
CMYK
RGB Variations
Color information
#98EA4B (or 0x98EA4B) is known color: Conifer. HEX triplet: 98, EA and 4B. RGB value is (152,234,75). Sum of RGB (Red+Green+Blue) = 152+234+75=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EA4B is #6715B4. Grayscale: #BFBFBF. Windows color (decimal): -6755765 or 4975256. OLE color: 4975256.
HSL color Cylindrical-coordinate representation of color #98EA4B: hue angle of 90.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98EA4B is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 75 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.08 |
| HSL | 90.94º | 0.79% | 0.61% | - |
| HSV(B) | 90.94º | 0.68% | 0.92% | - |
| XYZ | 43.64 | 66.03 | 17.1 | - |
| YUV | 191.36 | 62.33 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 75 | 0.35 | 0 | 0.68 | 0.08 | 90.94 | 0.79 | 0.61 |
| Hex | 98 | EA | 4B | 23 | 0 | 44 | 8 | 5B | 4F | 3D |
| Octal | 230 | 352 | 113 | 43 | 0 | 104 | 10 | 133 | 117 | 75 |
| Binary | 10011000 | 11101010 | 1001011 | 100011 | 0 | 1000100 | 1000 | 1011011 | 1001111 | 111101 |
Color Harmonies of #98EA4B
Complementary color
Monochromatic Colors of #98EA4B
Black with #98EA4B
Text Example
Text Example
White with #98EA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EA4B; }
p { color: rgb(152,234,75); }
H1.HeaderClassName
{
color: #98EA4B;
}
.AnyTagClassName
{
color: #98EA4B;
}
</style>
background-color css
<style>
a { background-color: #98EA4B; }
a { background-color: rgb(152,234,75); }
div.DivClassName
{
background-color: #98EA4B;
}
.BgClassName
{
background-color: #98EA4B;
}
</style>
border-color css
<style>
span { border-color: #98EA4B; }
span { border-color: rgb(152,234,75); }
td.TdClassName
{
border-color: #98EA4B;
}
.TagClassName
{
border-color: #98EA4B;
}
</style>