Shades of Conifer #9DF354
Tints of Conifer #9DF354
RGB
CMYK
RGB Variations
Color information
#9DF354 (or 0x9DF354) is known color: Conifer. HEX triplet: 9D, F3 and 54. RGB value is (157,243,84). Sum of RGB (Red+Green+Blue) = 157+243+84=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF354 is #620CAB. Grayscale: #C7C7C7. Windows color (decimal): -6425772 or 5567389. OLE color: 5567389.
HSL color Cylindrical-coordinate representation of color #9DF354: hue angle of 92.45º 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 #9DF354 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 84 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.45º | 0.87% | 0.64% | - |
| HSV(B) | 92.45º | 0.65% | 0.95% | - |
| XYZ | 47.56 | 71.91 | 19.76 | - |
| YUV | 199.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 84 | 0.35 | 0 | 0.65 | 0.05 | 92.45 | 0.87 | 0.64 |
| Hex | 9D | F3 | 54 | 23 | 0 | 41 | 5 | 5C | 57 | 40 |
| Octal | 235 | 363 | 124 | 43 | 0 | 101 | 5 | 134 | 127 | 100 |
| Binary | 10011101 | 11110011 | 1010100 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010111 | 1000000 |
Color Harmonies of #9DF354
Complementary color
Monochromatic Colors of #9DF354
Black with #9DF354
Text Example
Text Example
White with #9DF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF354; }
p { color: rgb(157,243,84); }
H1.HeaderClassName
{
color: #9DF354;
}
.AnyTagClassName
{
color: #9DF354;
}
</style>
background-color css
<style>
a { background-color: #9DF354; }
a { background-color: rgb(157,243,84); }
div.DivClassName
{
background-color: #9DF354;
}
.BgClassName
{
background-color: #9DF354;
}
</style>
border-color css
<style>
span { border-color: #9DF354; }
span { border-color: rgb(157,243,84); }
td.TdClassName
{
border-color: #9DF354;
}
.TagClassName
{
border-color: #9DF354;
}
</style>