Shades of Conifer #98EF54
Tints of Conifer #98EF54
RGB
CMYK
RGB Variations
Color information
#98EF54 (or 0x98EF54) is known color: Conifer. HEX triplet: 98, EF and 54. RGB value is (152,239,84). Sum of RGB (Red+Green+Blue) = 152+239+84=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EF54 is #6710AB. Grayscale: #C3C3C3. Windows color (decimal): -6754476 or 5566360. OLE color: 5566360.
HSL color Cylindrical-coordinate representation of color #98EF54: hue angle of 93.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98EF54 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 84 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.06 |
| HSL | 93.68º | 0.83% | 0.63% | - |
| HSV(B) | 93.68º | 0.65% | 0.94% | - |
| XYZ | 45.42 | 69.05 | 19.32 | - |
| YUV | 195.32 | 65.18 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 84 | 0.36 | 0 | 0.65 | 0.06 | 93.68 | 0.83 | 0.63 |
| Hex | 98 | EF | 54 | 24 | 0 | 41 | 6 | 5E | 53 | 3F |
| Octal | 230 | 357 | 124 | 44 | 0 | 101 | 6 | 136 | 123 | 77 |
| Binary | 10011000 | 11101111 | 1010100 | 100100 | 0 | 1000001 | 110 | 1011110 | 1010011 | 111111 |
Color Harmonies of #98EF54
Complementary color
Monochromatic Colors of #98EF54
Black with #98EF54
Text Example
Text Example
White with #98EF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EF54; }
p { color: rgb(152,239,84); }
H1.HeaderClassName
{
color: #98EF54;
}
.AnyTagClassName
{
color: #98EF54;
}
</style>
background-color css
<style>
a { background-color: #98EF54; }
a { background-color: rgb(152,239,84); }
div.DivClassName
{
background-color: #98EF54;
}
.BgClassName
{
background-color: #98EF54;
}
</style>
border-color css
<style>
span { border-color: #98EF54; }
span { border-color: rgb(152,239,84); }
td.TdClassName
{
border-color: #98EF54;
}
.TagClassName
{
border-color: #98EF54;
}
</style>