Shades of Conifer #9DF355
Tints of Conifer #9DF355
RGB
CMYK
RGB Variations
Color information
#9DF355 (or 0x9DF355) is known color: Conifer. HEX triplet: 9D, F3 and 55. RGB value is (157,243,85). Sum of RGB (Red+Green+Blue) = 157+243+85=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF355 is #620CAA. Grayscale: #C7C7C7. Windows color (decimal): -6425771 or 5632925. OLE color: 5632925.
HSL color Cylindrical-coordinate representation of color #9DF355: hue angle of 92.66º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF355 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 85 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.66º | 0.87% | 0.64% | - |
| HSV(B) | 92.66º | 0.65% | 0.95% | - |
| XYZ | 47.59 | 71.93 | 19.97 | - |
| YUV | 199.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 85 | 0.35 | 0 | 0.65 | 0.05 | 92.66 | 0.87 | 0.64 |
| Hex | 9D | F3 | 55 | 23 | 0 | 41 | 5 | 5D | 57 | 40 |
| Octal | 235 | 363 | 125 | 43 | 0 | 101 | 5 | 135 | 127 | 100 |
| Binary | 10011101 | 11110011 | 1010101 | 100011 | 0 | 1000001 | 101 | 1011101 | 1010111 | 1000000 |
Color Harmonies of #9DF355
Complementary color
Monochromatic Colors of #9DF355
Black with #9DF355
Text Example
Text Example
White with #9DF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF355; }
p { color: rgb(157,243,85); }
H1.HeaderClassName
{
color: #9DF355;
}
.AnyTagClassName
{
color: #9DF355;
}
</style>
background-color css
<style>
a { background-color: #9DF355; }
a { background-color: rgb(157,243,85); }
div.DivClassName
{
background-color: #9DF355;
}
.BgClassName
{
background-color: #9DF355;
}
</style>
border-color css
<style>
span { border-color: #9DF355; }
span { border-color: rgb(157,243,85); }
td.TdClassName
{
border-color: #9DF355;
}
.TagClassName
{
border-color: #9DF355;
}
</style>