Shades of Conifer #9DF34F
Tints of Conifer #9DF34F
RGB
CMYK
RGB Variations
Color information
#9DF34F (or 0x9DF34F) is known color: Conifer. HEX triplet: 9D, F3 and 4F. RGB value is (157,243,79). Sum of RGB (Red+Green+Blue) = 157+243+79=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF34F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF34F is #620CB0. Grayscale: #C7C7C7. Windows color (decimal): -6425777 or 5239709. OLE color: 5239709.
HSL color Cylindrical-coordinate representation of color #9DF34F: hue angle of 91.46º degrees, saturation: 0.87, 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 #9DF34F is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 79 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.05 |
| HSL | 91.46º | 0.87% | 0.63% | - |
| HSV(B) | 91.46º | 0.67% | 0.95% | - |
| XYZ | 47.37 | 71.83 | 18.77 | - |
| YUV | 198.59 | 60.51 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 79 | 0.35 | 0 | 0.67 | 0.05 | 91.46 | 0.87 | 0.63 |
| Hex | 9D | F3 | 4F | 23 | 0 | 43 | 5 | 5B | 57 | 3F |
| Octal | 235 | 363 | 117 | 43 | 0 | 103 | 5 | 133 | 127 | 77 |
| Binary | 10011101 | 11110011 | 1001111 | 100011 | 0 | 1000011 | 101 | 1011011 | 1010111 | 111111 |
Color Harmonies of #9DF34F
Complementary color
Monochromatic Colors of #9DF34F
Black with #9DF34F
Text Example
Text Example
White with #9DF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF34F; }
p { color: rgb(157,243,79); }
H1.HeaderClassName
{
color: #9DF34F;
}
.AnyTagClassName
{
color: #9DF34F;
}
</style>
background-color css
<style>
a { background-color: #9DF34F; }
a { background-color: rgb(157,243,79); }
div.DivClassName
{
background-color: #9DF34F;
}
.BgClassName
{
background-color: #9DF34F;
}
</style>
border-color css
<style>
span { border-color: #9DF34F; }
span { border-color: rgb(157,243,79); }
td.TdClassName
{
border-color: #9DF34F;
}
.TagClassName
{
border-color: #9DF34F;
}
</style>