Shades of Conifer #9DFB64
Tints of Conifer #9DFB64
RGB
CMYK
RGB Variations
Color information
#9DFB64 (or 0x9DFB64) is known color: Conifer. HEX triplet: 9D, FB and 64. RGB value is (157,251,100). Sum of RGB (Red+Green+Blue) = 157+251+100=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFB64 is #62049B. Grayscale: #CECECE. Windows color (decimal): -6423708 or 6618013. OLE color: 6618013.
HSL color Cylindrical-coordinate representation of color #9DFB64: hue angle of 97.35º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFB64 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 100 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.02 |
| HSL | 97.35º | 0.95% | 0.69% | - |
| HSV(B) | 97.35º | 0.6% | 0.98% | - |
| XYZ | 50.7 | 77.08 | 24.26 | - |
| YUV | 205.68 | 68.36 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 100 | 0.37 | 0 | 0.60 | 0.02 | 97.35 | 0.95 | 0.69 |
| Hex | 9D | FB | 64 | 25 | 0 | 3C | 2 | 61 | 5F | 45 |
| Octal | 235 | 373 | 144 | 45 | 0 | 74 | 2 | 141 | 137 | 105 |
| Binary | 10011101 | 11111011 | 1100100 | 100101 | 0 | 111100 | 10 | 1100001 | 1011111 | 1000101 |
Color Harmonies of #9DFB64
Complementary color
Monochromatic Colors of #9DFB64
Black with #9DFB64
Text Example
Text Example
White with #9DFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB64; }
p { color: rgb(157,251,100); }
H1.HeaderClassName
{
color: #9DFB64;
}
.AnyTagClassName
{
color: #9DFB64;
}
</style>
background-color css
<style>
a { background-color: #9DFB64; }
a { background-color: rgb(157,251,100); }
div.DivClassName
{
background-color: #9DFB64;
}
.BgClassName
{
background-color: #9DFB64;
}
</style>
border-color css
<style>
span { border-color: #9DFB64; }
span { border-color: rgb(157,251,100); }
td.TdClassName
{
border-color: #9DFB64;
}
.TagClassName
{
border-color: #9DFB64;
}
</style>