Shades of Conifer #9DFC64
Tints of Conifer #9DFC64
RGB
CMYK
RGB Variations
Color information
#9DFC64 (or 0x9DFC64) is known color: Conifer. HEX triplet: 9D, FC and 64. RGB value is (157,252,100). Sum of RGB (Red+Green+Blue) = 157+252+100=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC64 is #62039B. Grayscale: #CECECE. Windows color (decimal): -6423452 or 6618269. OLE color: 6618269.
HSL color Cylindrical-coordinate representation of color #9DFC64: hue angle of 97.5º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFC64 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 100 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.01 |
| HSL | 97.5º | 0.96% | 0.69% | - |
| HSV(B) | 97.5º | 0.6% | 0.99% | - |
| XYZ | 51.02 | 77.71 | 24.37 | - |
| YUV | 206.27 | 68.03 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 100 | 0.38 | 0 | 0.60 | 0.01 | 97.5 | 0.96 | 0.69 |
| Hex | 9D | FC | 64 | 26 | 0 | 3C | 1 | 62 | 60 | 45 |
| Octal | 235 | 374 | 144 | 46 | 0 | 74 | 1 | 142 | 140 | 105 |
| Binary | 10011101 | 11111100 | 1100100 | 100110 | 0 | 111100 | 1 | 1100010 | 1100000 | 1000101 |
Color Harmonies of #9DFC64
Complementary color
Monochromatic Colors of #9DFC64
Black with #9DFC64
Text Example
Text Example
White with #9DFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC64; }
p { color: rgb(157,252,100); }
H1.HeaderClassName
{
color: #9DFC64;
}
.AnyTagClassName
{
color: #9DFC64;
}
</style>
background-color css
<style>
a { background-color: #9DFC64; }
a { background-color: rgb(157,252,100); }
div.DivClassName
{
background-color: #9DFC64;
}
.BgClassName
{
background-color: #9DFC64;
}
</style>
border-color css
<style>
span { border-color: #9DFC64; }
span { border-color: rgb(157,252,100); }
td.TdClassName
{
border-color: #9DFC64;
}
.TagClassName
{
border-color: #9DFC64;
}
</style>