Shades of Conifer #9DF053
Tints of Conifer #9DF053
RGB
CMYK
RGB Variations
Color information
#9DF053 (or 0x9DF053) is known color: Conifer. HEX triplet: 9D, F0 and 53. RGB value is (157,240,83). Sum of RGB (Red+Green+Blue) = 157+240+83=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF053 is #620FAC. Grayscale: #C5C5C5. Windows color (decimal): -6426541 or 5501085. OLE color: 5501085.
HSL color Cylindrical-coordinate representation of color #9DF053: hue angle of 91.72º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF053 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 83 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.06 |
| HSL | 91.72º | 0.84% | 0.63% | - |
| HSV(B) | 91.72º | 0.65% | 0.94% | - |
| XYZ | 46.63 | 70.11 | 19.26 | - |
| YUV | 197.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 83 | 0.35 | 0 | 0.65 | 0.06 | 91.72 | 0.84 | 0.63 |
| Hex | 9D | F0 | 53 | 23 | 0 | 41 | 6 | 5C | 54 | 3F |
| Octal | 235 | 360 | 123 | 43 | 0 | 101 | 6 | 134 | 124 | 77 |
| Binary | 10011101 | 11110000 | 1010011 | 100011 | 0 | 1000001 | 110 | 1011100 | 1010100 | 111111 |
Color Harmonies of #9DF053
Complementary color
Monochromatic Colors of #9DF053
Black with #9DF053
Text Example
Text Example
White with #9DF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF053; }
p { color: rgb(157,240,83); }
H1.HeaderClassName
{
color: #9DF053;
}
.AnyTagClassName
{
color: #9DF053;
}
</style>
background-color css
<style>
a { background-color: #9DF053; }
a { background-color: rgb(157,240,83); }
div.DivClassName
{
background-color: #9DF053;
}
.BgClassName
{
background-color: #9DF053;
}
</style>
border-color css
<style>
span { border-color: #9DF053; }
span { border-color: rgb(157,240,83); }
td.TdClassName
{
border-color: #9DF053;
}
.TagClassName
{
border-color: #9DF053;
}
</style>