Shades of Conifer #9DF153
Tints of Conifer #9DF153
RGB
CMYK
RGB Variations
Color information
#9DF153 (or 0x9DF153) is known color: Conifer. HEX triplet: 9D, F1 and 53. RGB value is (157,241,83). Sum of RGB (Red+Green+Blue) = 157+241+83=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF153 is #620EAC. Grayscale: #C6C6C6. Windows color (decimal): -6426285 or 5501341. OLE color: 5501341.
HSL color Cylindrical-coordinate representation of color #9DF153: hue angle of 91.9º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DF153 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 83 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.05 |
| HSL | 91.9º | 0.85% | 0.64% | - |
| HSV(B) | 91.9º | 0.66% | 0.95% | - |
| XYZ | 46.92 | 70.7 | 19.36 | - |
| YUV | 197.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 83 | 0.35 | 0 | 0.66 | 0.05 | 91.9 | 0.85 | 0.64 |
| Hex | 9D | F1 | 53 | 23 | 0 | 42 | 5 | 5C | 55 | 40 |
| Octal | 235 | 361 | 123 | 43 | 0 | 102 | 5 | 134 | 125 | 100 |
| Binary | 10011101 | 11110001 | 1010011 | 100011 | 0 | 1000010 | 101 | 1011100 | 1010101 | 1000000 |
Color Harmonies of #9DF153
Complementary color
Monochromatic Colors of #9DF153
Black with #9DF153
Text Example
Text Example
White with #9DF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF153; }
p { color: rgb(157,241,83); }
H1.HeaderClassName
{
color: #9DF153;
}
.AnyTagClassName
{
color: #9DF153;
}
</style>
background-color css
<style>
a { background-color: #9DF153; }
a { background-color: rgb(157,241,83); }
div.DivClassName
{
background-color: #9DF153;
}
.BgClassName
{
background-color: #9DF153;
}
</style>
border-color css
<style>
span { border-color: #9DF153; }
span { border-color: rgb(157,241,83); }
td.TdClassName
{
border-color: #9DF153;
}
.TagClassName
{
border-color: #9DF153;
}
</style>