Shades of Conifer #9DF249
Tints of Conifer #9DF249
RGB
CMYK
RGB Variations
Color information
#9DF249 (or 0x9DF249) is known color: Conifer. HEX triplet: 9D, F2 and 49. RGB value is (157,242,73). Sum of RGB (Red+Green+Blue) = 157+242+73=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF249 is #620DB6. Grayscale: #C5C5C5. Windows color (decimal): -6426039 or 4846237. OLE color: 4846237.
HSL color Cylindrical-coordinate representation of color #9DF249: hue angle of 90.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DF249 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 73 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.05 |
| HSL | 90.18º | 0.87% | 0.62% | - |
| HSV(B) | 90.18º | 0.7% | 0.95% | - |
| XYZ | 46.86 | 71.15 | 17.57 | - |
| YUV | 197.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 73 | 0.35 | 0 | 0.70 | 0.05 | 90.18 | 0.87 | 0.62 |
| Hex | 9D | F2 | 49 | 23 | 0 | 46 | 5 | 5A | 57 | 3E |
| Octal | 235 | 362 | 111 | 43 | 0 | 106 | 5 | 132 | 127 | 76 |
| Binary | 10011101 | 11110010 | 1001001 | 100011 | 0 | 1000110 | 101 | 1011010 | 1010111 | 111110 |
Color Harmonies of #9DF249
Complementary color
Monochromatic Colors of #9DF249
Black with #9DF249
Text Example
Text Example
White with #9DF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF249; }
p { color: rgb(157,242,73); }
H1.HeaderClassName
{
color: #9DF249;
}
.AnyTagClassName
{
color: #9DF249;
}
</style>
background-color css
<style>
a { background-color: #9DF249; }
a { background-color: rgb(157,242,73); }
div.DivClassName
{
background-color: #9DF249;
}
.BgClassName
{
background-color: #9DF249;
}
</style>
border-color css
<style>
span { border-color: #9DF249; }
span { border-color: rgb(157,242,73); }
td.TdClassName
{
border-color: #9DF249;
}
.TagClassName
{
border-color: #9DF249;
}
</style>