Shades of Conifer #98FA5D
Tints of Conifer #98FA5D
RGB
CMYK
RGB Variations
Color information
#98FA5D (or 0x98FA5D) is known color: Conifer. HEX triplet: 98, FA and 5D. RGB value is (152,250,93). Sum of RGB (Red+Green+Blue) = 152+250+93=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FA5D is #6705A2. Grayscale: #CBCBCB. Windows color (decimal): -6751651 or 6159000. OLE color: 6159000.
HSL color Cylindrical-coordinate representation of color #98FA5D: hue angle of 97.45º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98FA5D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 93 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.02 |
| HSL | 97.45º | 0.94% | 0.67% | - |
| HSV(B) | 97.45º | 0.63% | 0.98% | - |
| XYZ | 49.11 | 75.84 | 22.41 | - |
| YUV | 202.8 | 66.03 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 93 | 0.39 | 0 | 0.63 | 0.02 | 97.45 | 0.94 | 0.67 |
| Hex | 98 | FA | 5D | 27 | 0 | 3F | 2 | 61 | 5E | 43 |
| Octal | 230 | 372 | 135 | 47 | 0 | 77 | 2 | 141 | 136 | 103 |
| Binary | 10011000 | 11111010 | 1011101 | 100111 | 0 | 111111 | 10 | 1100001 | 1011110 | 1000011 |
Color Harmonies of #98FA5D
Complementary color
Monochromatic Colors of #98FA5D
Black with #98FA5D
Text Example
Text Example
White with #98FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FA5D; }
p { color: rgb(152,250,93); }
H1.HeaderClassName
{
color: #98FA5D;
}
.AnyTagClassName
{
color: #98FA5D;
}
</style>
background-color css
<style>
a { background-color: #98FA5D; }
a { background-color: rgb(152,250,93); }
div.DivClassName
{
background-color: #98FA5D;
}
.BgClassName
{
background-color: #98FA5D;
}
</style>
border-color css
<style>
span { border-color: #98FA5D; }
span { border-color: rgb(152,250,93); }
td.TdClassName
{
border-color: #98FA5D;
}
.TagClassName
{
border-color: #98FA5D;
}
</style>