Shades of Conifer #98DC54
Tints of Conifer #98DC54
RGB
CMYK
RGB Variations
Color information
#98DC54 (or 0x98DC54) is known color: Conifer. HEX triplet: 98, DC and 54. RGB value is (152,220,84). Sum of RGB (Red+Green+Blue) = 152+220+84=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC54 is #6723AB. Grayscale: #B8B8B8. Windows color (decimal): -6759340 or 5561496. OLE color: 5561496.
HSL color Cylindrical-coordinate representation of color #98DC54: hue angle of 90º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98DC54 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 84 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.14 |
| HSL | 90º | 0.66% | 0.6% | - |
| HSV(B) | 90º | 0.62% | 0.86% | - |
| XYZ | 40.14 | 58.5 | 17.56 | - |
| YUV | 184.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 84 | 0.31 | 0 | 0.62 | 0.14 | 90 | 0.66 | 0.6 |
| Hex | 98 | DC | 54 | 1F | 0 | 3E | E | 5A | 42 | 3C |
| Octal | 230 | 334 | 124 | 37 | 0 | 76 | 16 | 132 | 102 | 74 |
| Binary | 10011000 | 11011100 | 1010100 | 11111 | 0 | 111110 | 1110 | 1011010 | 1000010 | 111100 |
Color Harmonies of #98DC54
Complementary color
Monochromatic Colors of #98DC54
Black with #98DC54
Text Example
Text Example
White with #98DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC54; }
p { color: rgb(152,220,84); }
H1.HeaderClassName
{
color: #98DC54;
}
.AnyTagClassName
{
color: #98DC54;
}
</style>
background-color css
<style>
a { background-color: #98DC54; }
a { background-color: rgb(152,220,84); }
div.DivClassName
{
background-color: #98DC54;
}
.BgClassName
{
background-color: #98DC54;
}
</style>
border-color css
<style>
span { border-color: #98DC54; }
span { border-color: rgb(152,220,84); }
td.TdClassName
{
border-color: #98DC54;
}
.TagClassName
{
border-color: #98DC54;
}
</style>