Shades of Conifer #98EF4E
Tints of Conifer #98EF4E
RGB
CMYK
RGB Variations
Color information
#98EF4E (or 0x98EF4E) is known color: Conifer. HEX triplet: 98, EF and 4E. RGB value is (152,239,78). Sum of RGB (Red+Green+Blue) = 152+239+78=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EF4E is #6710B1. Grayscale: #C3C3C3. Windows color (decimal): -6754482 or 5173144. OLE color: 5173144.
HSL color Cylindrical-coordinate representation of color #98EF4E: hue angle of 92.42º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98EF4E is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 78 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.06 |
| HSL | 92.42º | 0.83% | 0.62% | - |
| HSV(B) | 92.42º | 0.67% | 0.94% | - |
| XYZ | 45.19 | 68.96 | 18.14 | - |
| YUV | 194.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 78 | 0.36 | 0 | 0.67 | 0.06 | 92.42 | 0.83 | 0.62 |
| Hex | 98 | EF | 4E | 24 | 0 | 43 | 6 | 5C | 53 | 3E |
| Octal | 230 | 357 | 116 | 44 | 0 | 103 | 6 | 134 | 123 | 76 |
| Binary | 10011000 | 11101111 | 1001110 | 100100 | 0 | 1000011 | 110 | 1011100 | 1010011 | 111110 |
Color Harmonies of #98EF4E
Complementary color
Monochromatic Colors of #98EF4E
Black with #98EF4E
Text Example
Text Example
White with #98EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EF4E; }
p { color: rgb(152,239,78); }
H1.HeaderClassName
{
color: #98EF4E;
}
.AnyTagClassName
{
color: #98EF4E;
}
</style>
background-color css
<style>
a { background-color: #98EF4E; }
a { background-color: rgb(152,239,78); }
div.DivClassName
{
background-color: #98EF4E;
}
.BgClassName
{
background-color: #98EF4E;
}
</style>
border-color css
<style>
span { border-color: #98EF4E; }
span { border-color: rgb(152,239,78); }
td.TdClassName
{
border-color: #98EF4E;
}
.TagClassName
{
border-color: #98EF4E;
}
</style>