Shades of Conifer #9DF054
Tints of Conifer #9DF054
RGB
CMYK
RGB Variations
Color information
#9DF054 (or 0x9DF054) is known color: Conifer. HEX triplet: 9D, F0 and 54. RGB value is (157,240,84). Sum of RGB (Red+Green+Blue) = 157+240+84=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF054 is #620FAB. Grayscale: #C5C5C5. Windows color (decimal): -6426540 or 5566621. OLE color: 5566621.
HSL color Cylindrical-coordinate representation of color #9DF054: hue angle of 91.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF054 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 84 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.06 |
| HSL | 91.92º | 0.84% | 0.64% | - |
| HSV(B) | 91.92º | 0.65% | 0.94% | - |
| XYZ | 46.66 | 70.13 | 19.46 | - |
| YUV | 197.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 84 | 0.35 | 0 | 0.65 | 0.06 | 91.92 | 0.84 | 0.64 |
| Hex | 9D | F0 | 54 | 23 | 0 | 41 | 6 | 5C | 54 | 40 |
| Octal | 235 | 360 | 124 | 43 | 0 | 101 | 6 | 134 | 124 | 100 |
| Binary | 10011101 | 11110000 | 1010100 | 100011 | 0 | 1000001 | 110 | 1011100 | 1010100 | 1000000 |
Color Harmonies of #9DF054
Complementary color
Monochromatic Colors of #9DF054
Black with #9DF054
Text Example
Text Example
White with #9DF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF054; }
p { color: rgb(157,240,84); }
H1.HeaderClassName
{
color: #9DF054;
}
.AnyTagClassName
{
color: #9DF054;
}
</style>
background-color css
<style>
a { background-color: #9DF054; }
a { background-color: rgb(157,240,84); }
div.DivClassName
{
background-color: #9DF054;
}
.BgClassName
{
background-color: #9DF054;
}
</style>
border-color css
<style>
span { border-color: #9DF054; }
span { border-color: rgb(157,240,84); }
td.TdClassName
{
border-color: #9DF054;
}
.TagClassName
{
border-color: #9DF054;
}
</style>