Shades of Conifer #9DF052
Tints of Conifer #9DF052
RGB
CMYK
RGB Variations
Color information
#9DF052 (or 0x9DF052) is known color: Conifer. HEX triplet: 9D, F0 and 52. RGB value is (157,240,82). Sum of RGB (Red+Green+Blue) = 157+240+82=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF052 is #620FAD. Grayscale: #C5C5C5. Windows color (decimal): -6426542 or 5435549. OLE color: 5435549.
HSL color Cylindrical-coordinate representation of color #9DF052: hue angle of 91.52º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DF052 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 82 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.06 |
| HSL | 91.52º | 0.84% | 0.63% | - |
| HSV(B) | 91.52º | 0.66% | 0.94% | - |
| XYZ | 46.59 | 70.1 | 19.06 | - |
| YUV | 197.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 82 | 0.35 | 0 | 0.66 | 0.06 | 91.52 | 0.84 | 0.63 |
| Hex | 9D | F0 | 52 | 23 | 0 | 42 | 6 | 5C | 54 | 3F |
| Octal | 235 | 360 | 122 | 43 | 0 | 102 | 6 | 134 | 124 | 77 |
| Binary | 10011101 | 11110000 | 1010010 | 100011 | 0 | 1000010 | 110 | 1011100 | 1010100 | 111111 |
Color Harmonies of #9DF052
Complementary color
Monochromatic Colors of #9DF052
Black with #9DF052
Text Example
Text Example
White with #9DF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF052; }
p { color: rgb(157,240,82); }
H1.HeaderClassName
{
color: #9DF052;
}
.AnyTagClassName
{
color: #9DF052;
}
</style>
background-color css
<style>
a { background-color: #9DF052; }
a { background-color: rgb(157,240,82); }
div.DivClassName
{
background-color: #9DF052;
}
.BgClassName
{
background-color: #9DF052;
}
</style>
border-color css
<style>
span { border-color: #9DF052; }
span { border-color: rgb(157,240,82); }
td.TdClassName
{
border-color: #9DF052;
}
.TagClassName
{
border-color: #9DF052;
}
</style>