Shades of Conifer #9DF953
Tints of Conifer #9DF953
RGB
CMYK
RGB Variations
Color information
#9DF953 (or 0x9DF953) is known color: Conifer. HEX triplet: 9D, F9 and 53. RGB value is (157,249,83). Sum of RGB (Red+Green+Blue) = 157+249+83=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF953 is #6206AC. Grayscale: #CBCBCB. Windows color (decimal): -6424237 or 5503389. OLE color: 5503389.
HSL color Cylindrical-coordinate representation of color #9DF953: hue angle of 93.25º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF953 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 83 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.02 |
| HSL | 93.25º | 0.93% | 0.65% | - |
| HSV(B) | 93.25º | 0.67% | 0.98% | - |
| XYZ | 49.34 | 75.54 | 20.16 | - |
| YUV | 202.57 | 60.52 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 83 | 0.37 | 0 | 0.67 | 0.02 | 93.25 | 0.93 | 0.65 |
| Hex | 9D | F9 | 53 | 25 | 0 | 43 | 2 | 5D | 5D | 41 |
| Octal | 235 | 371 | 123 | 45 | 0 | 103 | 2 | 135 | 135 | 101 |
| Binary | 10011101 | 11111001 | 1010011 | 100101 | 0 | 1000011 | 10 | 1011101 | 1011101 | 1000001 |
Color Harmonies of #9DF953
Complementary color
Monochromatic Colors of #9DF953
Black with #9DF953
Text Example
Text Example
White with #9DF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF953; }
p { color: rgb(157,249,83); }
H1.HeaderClassName
{
color: #9DF953;
}
.AnyTagClassName
{
color: #9DF953;
}
</style>
background-color css
<style>
a { background-color: #9DF953; }
a { background-color: rgb(157,249,83); }
div.DivClassName
{
background-color: #9DF953;
}
.BgClassName
{
background-color: #9DF953;
}
</style>
border-color css
<style>
span { border-color: #9DF953; }
span { border-color: rgb(157,249,83); }
td.TdClassName
{
border-color: #9DF953;
}
.TagClassName
{
border-color: #9DF953;
}
</style>