Shades of Conifer #9DFF60
Tints of Conifer #9DFF60
RGB
CMYK
RGB Variations
Color information
#9DFF60 (or 0x9DFF60) is known color: Conifer. HEX triplet: 9D, FF and 60. RGB value is (157,255,96). Sum of RGB (Red+Green+Blue) = 157+255+96=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF60 is #62009F. Grayscale: #D0D0D0. Windows color (decimal): -6422688 or 6356893. OLE color: 6356893.
HSL color Cylindrical-coordinate representation of color #9DFF60: hue angle of 96.98º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DFF60 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 96 | - |
| CMYK | 0.38 | 0 | 0.62 | 0 |
| HSL | 96.98º | 1% | 0.69% | - |
| HSV(B) | 96.98º | 0.62% | 1% | - |
| XYZ | 51.78 | 79.53 | 23.69 | - |
| YUV | 207.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 96 | 0.38 | 0 | 0.62 | 0 | 96.98 | 1 | 0.69 |
| Hex | 9D | FF | 60 | 26 | 0 | 3E | 0 | 61 | 64 | 45 |
| Octal | 235 | 377 | 140 | 46 | 0 | 76 | 0 | 141 | 144 | 105 |
| Binary | 10011101 | 11111111 | 1100000 | 100110 | 0 | 111110 | 0 | 1100001 | 1100100 | 1000101 |
Color Harmonies of #9DFF60
Complementary color
Monochromatic Colors of #9DFF60
Black with #9DFF60
Text Example
Text Example
White with #9DFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF60; }
p { color: rgb(157,255,96); }
H1.HeaderClassName
{
color: #9DFF60;
}
.AnyTagClassName
{
color: #9DFF60;
}
</style>
background-color css
<style>
a { background-color: #9DFF60; }
a { background-color: rgb(157,255,96); }
div.DivClassName
{
background-color: #9DFF60;
}
.BgClassName
{
background-color: #9DFF60;
}
</style>
border-color css
<style>
span { border-color: #9DFF60; }
span { border-color: rgb(157,255,96); }
td.TdClassName
{
border-color: #9DFF60;
}
.TagClassName
{
border-color: #9DFF60;
}
</style>