Shades of Conifer #9DF752
Tints of Conifer #9DF752
RGB
CMYK
RGB Variations
Color information
#9DF752 (or 0x9DF752) is known color: Conifer. HEX triplet: 9D, F7 and 52. RGB value is (157,247,82). Sum of RGB (Red+Green+Blue) = 157+247+82=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF752 is #6208AD. Grayscale: #C9C9C9. Windows color (decimal): -6424750 or 5437341. OLE color: 5437341.
HSL color Cylindrical-coordinate representation of color #9DF752: hue angle of 92.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF752 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 82 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.03 |
| HSL | 92.73º | 0.91% | 0.65% | - |
| HSV(B) | 92.73º | 0.67% | 0.97% | - |
| XYZ | 48.69 | 74.3 | 19.76 | - |
| YUV | 201.28 | 60.68 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 82 | 0.36 | 0 | 0.67 | 0.03 | 92.73 | 0.91 | 0.65 |
| Hex | 9D | F7 | 52 | 24 | 0 | 43 | 3 | 5D | 5B | 41 |
| Octal | 235 | 367 | 122 | 44 | 0 | 103 | 3 | 135 | 133 | 101 |
| Binary | 10011101 | 11110111 | 1010010 | 100100 | 0 | 1000011 | 11 | 1011101 | 1011011 | 1000001 |
Color Harmonies of #9DF752
Complementary color
Monochromatic Colors of #9DF752
Black with #9DF752
Text Example
Text Example
White with #9DF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF752; }
p { color: rgb(157,247,82); }
H1.HeaderClassName
{
color: #9DF752;
}
.AnyTagClassName
{
color: #9DF752;
}
</style>
background-color css
<style>
a { background-color: #9DF752; }
a { background-color: rgb(157,247,82); }
div.DivClassName
{
background-color: #9DF752;
}
.BgClassName
{
background-color: #9DF752;
}
</style>
border-color css
<style>
span { border-color: #9DF752; }
span { border-color: rgb(157,247,82); }
td.TdClassName
{
border-color: #9DF752;
}
.TagClassName
{
border-color: #9DF752;
}
</style>