Shades of Conifer #9DF854
Tints of Conifer #9DF854
RGB
CMYK
RGB Variations
Color information
#9DF854 (or 0x9DF854) is known color: Conifer. HEX triplet: 9D, F8 and 54. RGB value is (157,248,84). Sum of RGB (Red+Green+Blue) = 157+248+84=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF854 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF854 is #6207AB. Grayscale: #CACACA. Windows color (decimal): -6424492 or 5568669. OLE color: 5568669.
HSL color Cylindrical-coordinate representation of color #9DF854: hue angle of 93.29º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DF854 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 84 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.03 |
| HSL | 93.29º | 0.92% | 0.65% | - |
| HSV(B) | 93.29º | 0.66% | 0.97% | - |
| XYZ | 49.07 | 74.94 | 20.27 | - |
| YUV | 202.1 | 61.35 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 84 | 0.37 | 0 | 0.66 | 0.03 | 93.29 | 0.92 | 0.65 |
| Hex | 9D | F8 | 54 | 25 | 0 | 42 | 3 | 5D | 5C | 41 |
| Octal | 235 | 370 | 124 | 45 | 0 | 102 | 3 | 135 | 134 | 101 |
| Binary | 10011101 | 11111000 | 1010100 | 100101 | 0 | 1000010 | 11 | 1011101 | 1011100 | 1000001 |
Color Harmonies of #9DF854
Complementary color
Monochromatic Colors of #9DF854
Black with #9DF854
Text Example
Text Example
White with #9DF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF854; }
p { color: rgb(157,248,84); }
H1.HeaderClassName
{
color: #9DF854;
}
.AnyTagClassName
{
color: #9DF854;
}
</style>
background-color css
<style>
a { background-color: #9DF854; }
a { background-color: rgb(157,248,84); }
div.DivClassName
{
background-color: #9DF854;
}
.BgClassName
{
background-color: #9DF854;
}
</style>
border-color css
<style>
span { border-color: #9DF854; }
span { border-color: rgb(157,248,84); }
td.TdClassName
{
border-color: #9DF854;
}
.TagClassName
{
border-color: #9DF854;
}
</style>