Shades of Conifer #9DF155
Tints of Conifer #9DF155
RGB
CMYK
RGB Variations
Color information
#9DF155 (or 0x9DF155) is known color: Conifer. HEX triplet: 9D, F1 and 55. RGB value is (157,241,85). Sum of RGB (Red+Green+Blue) = 157+241+85=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF155 is #620EAA. Grayscale: #C6C6C6. Windows color (decimal): -6426283 or 5632413. OLE color: 5632413.
HSL color Cylindrical-coordinate representation of color #9DF155: hue angle of 92.31º degrees, saturation: 0.85, 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 #9DF155 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 85 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.31º | 0.85% | 0.64% | - |
| HSV(B) | 92.31º | 0.65% | 0.95% | - |
| XYZ | 47 | 70.73 | 19.77 | - |
| YUV | 198.1 | 64.17 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 85 | 0.35 | 0 | 0.65 | 0.05 | 92.31 | 0.85 | 0.64 |
| Hex | 9D | F1 | 55 | 23 | 0 | 41 | 5 | 5C | 55 | 40 |
| Octal | 235 | 361 | 125 | 43 | 0 | 101 | 5 | 134 | 125 | 100 |
| Binary | 10011101 | 11110001 | 1010101 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010101 | 1000000 |
Color Harmonies of #9DF155
Complementary color
Monochromatic Colors of #9DF155
Black with #9DF155
Text Example
Text Example
White with #9DF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF155; }
p { color: rgb(157,241,85); }
H1.HeaderClassName
{
color: #9DF155;
}
.AnyTagClassName
{
color: #9DF155;
}
</style>
background-color css
<style>
a { background-color: #9DF155; }
a { background-color: rgb(157,241,85); }
div.DivClassName
{
background-color: #9DF155;
}
.BgClassName
{
background-color: #9DF155;
}
</style>
border-color css
<style>
span { border-color: #9DF155; }
span { border-color: rgb(157,241,85); }
td.TdClassName
{
border-color: #9DF155;
}
.TagClassName
{
border-color: #9DF155;
}
</style>