Shades of Conifer #9DF365
Tints of Conifer #9DF365
RGB
CMYK
RGB Variations
Color information
#9DF365 (or 0x9DF365) is known color: Conifer. HEX triplet: 9D, F3 and 65. RGB value is (157,243,101). Sum of RGB (Red+Green+Blue) = 157+243+101=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF365 is #620C9A. Grayscale: #C9C9C9. Windows color (decimal): -6425755 or 6681501. OLE color: 6681501.
HSL color Cylindrical-coordinate representation of color #9DF365: hue angle of 96.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DF365 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 101 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.05 |
| HSL | 96.34º | 0.86% | 0.67% | - |
| HSV(B) | 96.34º | 0.58% | 0.95% | - |
| XYZ | 48.3 | 72.21 | 23.7 | - |
| YUV | 201.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 101 | 0.35 | 0 | 0.58 | 0.05 | 96.34 | 0.86 | 0.67 |
| Hex | 9D | F3 | 65 | 23 | 0 | 3A | 5 | 60 | 56 | 43 |
| Octal | 235 | 363 | 145 | 43 | 0 | 72 | 5 | 140 | 126 | 103 |
| Binary | 10011101 | 11110011 | 1100101 | 100011 | 0 | 111010 | 101 | 1100000 | 1010110 | 1000011 |
Color Harmonies of #9DF365
Complementary color
Monochromatic Colors of #9DF365
Black with #9DF365
Text Example
Text Example
White with #9DF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF365; }
p { color: rgb(157,243,101); }
H1.HeaderClassName
{
color: #9DF365;
}
.AnyTagClassName
{
color: #9DF365;
}
</style>
background-color css
<style>
a { background-color: #9DF365; }
a { background-color: rgb(157,243,101); }
div.DivClassName
{
background-color: #9DF365;
}
.BgClassName
{
background-color: #9DF365;
}
</style>
border-color css
<style>
span { border-color: #9DF365; }
span { border-color: rgb(157,243,101); }
td.TdClassName
{
border-color: #9DF365;
}
.TagClassName
{
border-color: #9DF365;
}
</style>