Shades of Conifer #9DF353
Tints of Conifer #9DF353
RGB
CMYK
RGB Variations
Color information
#9DF353 (or 0x9DF353) is known color: Conifer. HEX triplet: 9D, F3 and 53. RGB value is (157,243,83). Sum of RGB (Red+Green+Blue) = 157+243+83=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF353 is #620CAC. Grayscale: #C7C7C7. Windows color (decimal): -6425773 or 5501853. OLE color: 5501853.
HSL color Cylindrical-coordinate representation of color #9DF353: hue angle of 92.25º degrees, saturation: 0.87, 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 #9DF353 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 83 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.05 |
| HSL | 92.25º | 0.87% | 0.64% | - |
| HSV(B) | 92.25º | 0.66% | 0.95% | - |
| XYZ | 47.52 | 71.89 | 19.56 | - |
| YUV | 199.05 | 62.51 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 83 | 0.35 | 0 | 0.66 | 0.05 | 92.25 | 0.87 | 0.64 |
| Hex | 9D | F3 | 53 | 23 | 0 | 42 | 5 | 5C | 57 | 40 |
| Octal | 235 | 363 | 123 | 43 | 0 | 102 | 5 | 134 | 127 | 100 |
| Binary | 10011101 | 11110011 | 1010011 | 100011 | 0 | 1000010 | 101 | 1011100 | 1010111 | 1000000 |
Color Harmonies of #9DF353
Complementary color
Monochromatic Colors of #9DF353
Black with #9DF353
Text Example
Text Example
White with #9DF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF353; }
p { color: rgb(157,243,83); }
H1.HeaderClassName
{
color: #9DF353;
}
.AnyTagClassName
{
color: #9DF353;
}
</style>
background-color css
<style>
a { background-color: #9DF353; }
a { background-color: rgb(157,243,83); }
div.DivClassName
{
background-color: #9DF353;
}
.BgClassName
{
background-color: #9DF353;
}
</style>
border-color css
<style>
span { border-color: #9DF353; }
span { border-color: rgb(157,243,83); }
td.TdClassName
{
border-color: #9DF353;
}
.TagClassName
{
border-color: #9DF353;
}
</style>