Shades of Conifer #9DF35C
Tints of Conifer #9DF35C
RGB
CMYK
RGB Variations
Color information
#9DF35C (or 0x9DF35C) is known color: Conifer. HEX triplet: 9D, F3 and 5C. RGB value is (157,243,92). Sum of RGB (Red+Green+Blue) = 157+243+92=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF35C is #620CA3. Grayscale: #C8C8C8. Windows color (decimal): -6425764 or 6091677. OLE color: 6091677.
HSL color Cylindrical-coordinate representation of color #9DF35C: hue angle of 94.17º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF35C is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 92 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.05 |
| HSL | 94.17º | 0.86% | 0.66% | - |
| HSV(B) | 94.17º | 0.62% | 0.95% | - |
| XYZ | 47.89 | 72.04 | 21.51 | - |
| YUV | 200.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 92 | 0.35 | 0 | 0.62 | 0.05 | 94.17 | 0.86 | 0.66 |
| Hex | 9D | F3 | 5C | 23 | 0 | 3E | 5 | 5E | 56 | 42 |
| Octal | 235 | 363 | 134 | 43 | 0 | 76 | 5 | 136 | 126 | 102 |
| Binary | 10011101 | 11110011 | 1011100 | 100011 | 0 | 111110 | 101 | 1011110 | 1010110 | 1000010 |
Color Harmonies of #9DF35C
Complementary color
Monochromatic Colors of #9DF35C
Black with #9DF35C
Text Example
Text Example
White with #9DF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF35C; }
p { color: rgb(157,243,92); }
H1.HeaderClassName
{
color: #9DF35C;
}
.AnyTagClassName
{
color: #9DF35C;
}
</style>
background-color css
<style>
a { background-color: #9DF35C; }
a { background-color: rgb(157,243,92); }
div.DivClassName
{
background-color: #9DF35C;
}
.BgClassName
{
background-color: #9DF35C;
}
</style>
border-color css
<style>
span { border-color: #9DF35C; }
span { border-color: rgb(157,243,92); }
td.TdClassName
{
border-color: #9DF35C;
}
.TagClassName
{
border-color: #9DF35C;
}
</style>