Shades of Conifer #9DF44D
Tints of Conifer #9DF44D
RGB
CMYK
RGB Variations
Color information
#9DF44D (or 0x9DF44D) is known color: Conifer. HEX triplet: 9D, F4 and 4D. RGB value is (157,244,77). Sum of RGB (Red+Green+Blue) = 157+244+77=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF44D is #620BB2. Grayscale: #C7C7C7. Windows color (decimal): -6425523 or 5108893. OLE color: 5108893.
HSL color Cylindrical-coordinate representation of color #9DF44D: hue angle of 91.26º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DF44D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 77 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.04 |
| HSL | 91.26º | 0.88% | 0.63% | - |
| HSV(B) | 91.26º | 0.68% | 0.96% | - |
| XYZ | 47.59 | 72.41 | 18.49 | - |
| YUV | 198.95 | 59.18 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 77 | 0.36 | 0 | 0.68 | 0.04 | 91.26 | 0.88 | 0.63 |
| Hex | 9D | F4 | 4D | 24 | 0 | 44 | 4 | 5B | 58 | 3F |
| Octal | 235 | 364 | 115 | 44 | 0 | 104 | 4 | 133 | 130 | 77 |
| Binary | 10011101 | 11110100 | 1001101 | 100100 | 0 | 1000100 | 100 | 1011011 | 1011000 | 111111 |
Color Harmonies of #9DF44D
Complementary color
Monochromatic Colors of #9DF44D
Black with #9DF44D
Text Example
Text Example
White with #9DF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF44D; }
p { color: rgb(157,244,77); }
H1.HeaderClassName
{
color: #9DF44D;
}
.AnyTagClassName
{
color: #9DF44D;
}
</style>
background-color css
<style>
a { background-color: #9DF44D; }
a { background-color: rgb(157,244,77); }
div.DivClassName
{
background-color: #9DF44D;
}
.BgClassName
{
background-color: #9DF44D;
}
</style>
border-color css
<style>
span { border-color: #9DF44D; }
span { border-color: rgb(157,244,77); }
td.TdClassName
{
border-color: #9DF44D;
}
.TagClassName
{
border-color: #9DF44D;
}
</style>