Shades of Conifer #9DF150
Tints of Conifer #9DF150
RGB
CMYK
RGB Variations
Color information
#9DF150 (or 0x9DF150) is known color: Conifer. HEX triplet: 9D, F1 and 50. RGB value is (157,241,80). Sum of RGB (Red+Green+Blue) = 157+241+80=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF150 is #620EAF. Grayscale: #C6C6C6. Windows color (decimal): -6426288 or 5304733. OLE color: 5304733.
HSL color Cylindrical-coordinate representation of color #9DF150: hue angle of 91.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF150 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 80 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.05 |
| HSL | 91.3º | 0.85% | 0.63% | - |
| HSV(B) | 91.3º | 0.67% | 0.95% | - |
| XYZ | 46.81 | 70.66 | 18.76 | - |
| YUV | 197.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 80 | 0.35 | 0 | 0.67 | 0.05 | 91.3 | 0.85 | 0.63 |
| Hex | 9D | F1 | 50 | 23 | 0 | 43 | 5 | 5B | 55 | 3F |
| Octal | 235 | 361 | 120 | 43 | 0 | 103 | 5 | 133 | 125 | 77 |
| Binary | 10011101 | 11110001 | 1010000 | 100011 | 0 | 1000011 | 101 | 1011011 | 1010101 | 111111 |
Color Harmonies of #9DF150
Complementary color
Monochromatic Colors of #9DF150
Black with #9DF150
Text Example
Text Example
White with #9DF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF150; }
p { color: rgb(157,241,80); }
H1.HeaderClassName
{
color: #9DF150;
}
.AnyTagClassName
{
color: #9DF150;
}
</style>
background-color css
<style>
a { background-color: #9DF150; }
a { background-color: rgb(157,241,80); }
div.DivClassName
{
background-color: #9DF150;
}
.BgClassName
{
background-color: #9DF150;
}
</style>
border-color css
<style>
span { border-color: #9DF150; }
span { border-color: rgb(157,241,80); }
td.TdClassName
{
border-color: #9DF150;
}
.TagClassName
{
border-color: #9DF150;
}
</style>