Shades of Conifer #9DFF63
Tints of Conifer #9DFF63
RGB
CMYK
RGB Variations
Color information
#9DFF63 (or 0x9DFF63) is known color: Conifer. HEX triplet: 9D, FF and 63. RGB value is (157,255,99). Sum of RGB (Red+Green+Blue) = 157+255+99=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF63 is #62009C. Grayscale: #D0D0D0. Windows color (decimal): -6422685 or 6553501. OLE color: 6553501.
HSL color Cylindrical-coordinate representation of color #9DFF63: hue angle of 97.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DFF63 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 99 | - |
| CMYK | 0.38 | 0 | 0.61 | 0 |
| HSL | 97.69º | 1% | 0.69% | - |
| HSV(B) | 97.69º | 0.61% | 1% | - |
| XYZ | 51.92 | 79.59 | 24.43 | - |
| YUV | 207.91 | 66.53 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 99 | 0.38 | 0 | 0.61 | 0 | 97.69 | 1 | 0.69 |
| Hex | 9D | FF | 63 | 26 | 0 | 3D | 0 | 62 | 64 | 45 |
| Octal | 235 | 377 | 143 | 46 | 0 | 75 | 0 | 142 | 144 | 105 |
| Binary | 10011101 | 11111111 | 1100011 | 100110 | 0 | 111101 | 0 | 1100010 | 1100100 | 1000101 |
Color Harmonies of #9DFF63
Complementary color
Monochromatic Colors of #9DFF63
Black with #9DFF63
Text Example
Text Example
White with #9DFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF63; }
p { color: rgb(157,255,99); }
H1.HeaderClassName
{
color: #9DFF63;
}
.AnyTagClassName
{
color: #9DFF63;
}
</style>
background-color css
<style>
a { background-color: #9DFF63; }
a { background-color: rgb(157,255,99); }
div.DivClassName
{
background-color: #9DFF63;
}
.BgClassName
{
background-color: #9DFF63;
}
</style>
border-color css
<style>
span { border-color: #9DFF63; }
span { border-color: rgb(157,255,99); }
td.TdClassName
{
border-color: #9DFF63;
}
.TagClassName
{
border-color: #9DFF63;
}
</style>