Shades of Conifer #9DFE64
Tints of Conifer #9DFE64
RGB
CMYK
RGB Variations
Color information
#9DFE64 (or 0x9DFE64) is known color: Conifer. HEX triplet: 9D, FE and 64. RGB value is (157,254,100). Sum of RGB (Red+Green+Blue) = 157+254+100=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE64 is #62019B. Grayscale: #CFCFCF. Windows color (decimal): -6422940 or 6618781. OLE color: 6618781.
HSL color Cylindrical-coordinate representation of color #9DFE64: hue angle of 97.79º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DFE64 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 100 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.00 |
| HSL | 97.79º | 0.99% | 0.69% | - |
| HSV(B) | 97.79º | 0.61% | 1% | - |
| XYZ | 51.65 | 78.97 | 24.58 | - |
| YUV | 207.44 | 67.36 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 100 | 0.38 | 0 | 0.61 | 0.00 | 97.79 | 0.99 | 0.69 |
| Hex | 9D | FE | 64 | 26 | 0 | 3D | 0 | 62 | 63 | 45 |
| Octal | 235 | 376 | 144 | 46 | 0 | 75 | 0 | 142 | 143 | 105 |
| Binary | 10011101 | 11111110 | 1100100 | 100110 | 0 | 111101 | 0 | 1100010 | 1100011 | 1000101 |
Color Harmonies of #9DFE64
Complementary color
Monochromatic Colors of #9DFE64
Black with #9DFE64
Text Example
Text Example
White with #9DFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE64; }
p { color: rgb(157,254,100); }
H1.HeaderClassName
{
color: #9DFE64;
}
.AnyTagClassName
{
color: #9DFE64;
}
</style>
background-color css
<style>
a { background-color: #9DFE64; }
a { background-color: rgb(157,254,100); }
div.DivClassName
{
background-color: #9DFE64;
}
.BgClassName
{
background-color: #9DFE64;
}
</style>
border-color css
<style>
span { border-color: #9DFE64; }
span { border-color: rgb(157,254,100); }
td.TdClassName
{
border-color: #9DFE64;
}
.TagClassName
{
border-color: #9DFE64;
}
</style>