Shades of Conifer #9DF15B
Tints of Conifer #9DF15B
RGB
CMYK
RGB Variations
Color information
#9DF15B (or 0x9DF15B) is known color: Conifer. HEX triplet: 9D, F1 and 5B. RGB value is (157,241,91). Sum of RGB (Red+Green+Blue) = 157+241+91=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF15B is #620EA4. Grayscale: #C7C7C7. Windows color (decimal): -6426277 or 6025629. OLE color: 6025629.
HSL color Cylindrical-coordinate representation of color #9DF15B: hue angle of 93.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF15B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 91 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.05 |
| HSL | 93.6º | 0.84% | 0.65% | - |
| HSV(B) | 93.6º | 0.62% | 0.95% | - |
| XYZ | 47.25 | 70.83 | 21.08 | - |
| YUV | 198.78 | 67.17 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 91 | 0.35 | 0 | 0.62 | 0.05 | 93.6 | 0.84 | 0.65 |
| Hex | 9D | F1 | 5B | 23 | 0 | 3E | 5 | 5E | 54 | 41 |
| Octal | 235 | 361 | 133 | 43 | 0 | 76 | 5 | 136 | 124 | 101 |
| Binary | 10011101 | 11110001 | 1011011 | 100011 | 0 | 111110 | 101 | 1011110 | 1010100 | 1000001 |
Color Harmonies of #9DF15B
Complementary color
Monochromatic Colors of #9DF15B
Black with #9DF15B
Text Example
Text Example
White with #9DF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF15B; }
p { color: rgb(157,241,91); }
H1.HeaderClassName
{
color: #9DF15B;
}
.AnyTagClassName
{
color: #9DF15B;
}
</style>
background-color css
<style>
a { background-color: #9DF15B; }
a { background-color: rgb(157,241,91); }
div.DivClassName
{
background-color: #9DF15B;
}
.BgClassName
{
background-color: #9DF15B;
}
</style>
border-color css
<style>
span { border-color: #9DF15B; }
span { border-color: rgb(157,241,91); }
td.TdClassName
{
border-color: #9DF15B;
}
.TagClassName
{
border-color: #9DF15B;
}
</style>