Shades of Conifer #9DF455
Tints of Conifer #9DF455
RGB
CMYK
RGB Variations
Color information
#9DF455 (or 0x9DF455) is known color: Conifer. HEX triplet: 9D, F4 and 55. RGB value is (157,244,85). Sum of RGB (Red+Green+Blue) = 157+244+85=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF455 is #620BAA. Grayscale: #C8C8C8. Windows color (decimal): -6425515 or 5633181. OLE color: 5633181.
HSL color Cylindrical-coordinate representation of color #9DF455: hue angle of 92.83º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF455 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 85 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.04 |
| HSL | 92.83º | 0.88% | 0.65% | - |
| HSV(B) | 92.83º | 0.65% | 0.96% | - |
| XYZ | 47.9 | 72.53 | 20.07 | - |
| YUV | 199.86 | 63.18 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 85 | 0.36 | 0 | 0.65 | 0.04 | 92.83 | 0.88 | 0.65 |
| Hex | 9D | F4 | 55 | 24 | 0 | 41 | 4 | 5D | 58 | 41 |
| Octal | 235 | 364 | 125 | 44 | 0 | 101 | 4 | 135 | 130 | 101 |
| Binary | 10011101 | 11110100 | 1010101 | 100100 | 0 | 1000001 | 100 | 1011101 | 1011000 | 1000001 |
Color Harmonies of #9DF455
Complementary color
Monochromatic Colors of #9DF455
Black with #9DF455
Text Example
Text Example
White with #9DF455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF455; }
p { color: rgb(157,244,85); }
H1.HeaderClassName
{
color: #9DF455;
}
.AnyTagClassName
{
color: #9DF455;
}
</style>
background-color css
<style>
a { background-color: #9DF455; }
a { background-color: rgb(157,244,85); }
div.DivClassName
{
background-color: #9DF455;
}
.BgClassName
{
background-color: #9DF455;
}
</style>
border-color css
<style>
span { border-color: #9DF455; }
span { border-color: rgb(157,244,85); }
td.TdClassName
{
border-color: #9DF455;
}
.TagClassName
{
border-color: #9DF455;
}
</style>