Shades of Conifer #9DFF65
Tints of Conifer #9DFF65
RGB
CMYK
RGB Variations
Color information
#9DFF65 (or 0x9DFF65) is known color: Conifer. HEX triplet: 9D, FF and 65. RGB value is (157,255,101). Sum of RGB (Red+Green+Blue) = 157+255+101=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF65 is #62009A. Grayscale: #D0D0D0. Windows color (decimal): -6422683 or 6684573. OLE color: 6684573.
HSL color Cylindrical-coordinate representation of color #9DFF65: hue angle of 98.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFF65 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 101 | - |
| CMYK | 0.38 | 0 | 0.60 | 0 |
| HSL | 98.18º | 1% | 0.7% | - |
| HSV(B) | 98.18º | 0.6% | 1% | - |
| XYZ | 52.01 | 79.63 | 24.94 | - |
| YUV | 208.14 | 67.53 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 101 | 0.38 | 0 | 0.60 | 0 | 98.18 | 1 | 0.7 |
| Hex | 9D | FF | 65 | 26 | 0 | 3C | 0 | 62 | 64 | 46 |
| Octal | 235 | 377 | 145 | 46 | 0 | 74 | 0 | 142 | 144 | 106 |
| Binary | 10011101 | 11111111 | 1100101 | 100110 | 0 | 111100 | 0 | 1100010 | 1100100 | 1000110 |
Color Harmonies of #9DFF65
Complementary color
Monochromatic Colors of #9DFF65
Black with #9DFF65
Text Example
Text Example
White with #9DFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF65; }
p { color: rgb(157,255,101); }
H1.HeaderClassName
{
color: #9DFF65;
}
.AnyTagClassName
{
color: #9DFF65;
}
</style>
background-color css
<style>
a { background-color: #9DFF65; }
a { background-color: rgb(157,255,101); }
div.DivClassName
{
background-color: #9DFF65;
}
.BgClassName
{
background-color: #9DFF65;
}
</style>
border-color css
<style>
span { border-color: #9DFF65; }
span { border-color: rgb(157,255,101); }
td.TdClassName
{
border-color: #9DFF65;
}
.TagClassName
{
border-color: #9DFF65;
}
</style>