Shades of Conifer #9DF34D
Tints of Conifer #9DF34D
RGB
CMYK
RGB Variations
Color information
#9DF34D (or 0x9DF34D) is known color: Conifer. HEX triplet: 9D, F3 and 4D. RGB value is (157,243,77). Sum of RGB (Red+Green+Blue) = 157+243+77=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF34D is #620CB2. Grayscale: #C6C6C6. Windows color (decimal): -6425779 or 5108637. OLE color: 5108637.
HSL color Cylindrical-coordinate representation of color #9DF34D: hue angle of 91.08º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DF34D is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 77 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.05 |
| HSL | 91.08º | 0.87% | 0.63% | - |
| HSV(B) | 91.08º | 0.68% | 0.95% | - |
| XYZ | 47.29 | 71.81 | 18.39 | - |
| YUV | 198.36 | 59.51 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 77 | 0.35 | 0 | 0.68 | 0.05 | 91.08 | 0.87 | 0.63 |
| Hex | 9D | F3 | 4D | 23 | 0 | 44 | 5 | 5B | 57 | 3F |
| Octal | 235 | 363 | 115 | 43 | 0 | 104 | 5 | 133 | 127 | 77 |
| Binary | 10011101 | 11110011 | 1001101 | 100011 | 0 | 1000100 | 101 | 1011011 | 1010111 | 111111 |
Color Harmonies of #9DF34D
Complementary color
Monochromatic Colors of #9DF34D
Black with #9DF34D
Text Example
Text Example
White with #9DF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF34D; }
p { color: rgb(157,243,77); }
H1.HeaderClassName
{
color: #9DF34D;
}
.AnyTagClassName
{
color: #9DF34D;
}
</style>
background-color css
<style>
a { background-color: #9DF34D; }
a { background-color: rgb(157,243,77); }
div.DivClassName
{
background-color: #9DF34D;
}
.BgClassName
{
background-color: #9DF34D;
}
</style>
border-color css
<style>
span { border-color: #9DF34D; }
span { border-color: rgb(157,243,77); }
td.TdClassName
{
border-color: #9DF34D;
}
.TagClassName
{
border-color: #9DF34D;
}
</style>