Shades of Conifer #9BD752
Tints of Conifer #9BD752
RGB
CMYK
RGB Variations
Color information
#9BD752 (or 0x9BD752) is known color: Conifer. HEX triplet: 9B, D7 and 52. RGB value is (155,215,82). Sum of RGB (Red+Green+Blue) = 155+215+82=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD752 is #6428AD. Grayscale: #B6B6B6. Windows color (decimal): -6564014 or 5429147. OLE color: 5429147.
HSL color Cylindrical-coordinate representation of color #9BD752: hue angle of 87.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BD752 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 82 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 87.07º | 0.62% | 0.58% | - |
| HSV(B) | 87.07º | 0.62% | 0.84% | - |
| XYZ | 39.34 | 56.18 | 16.75 | - |
| YUV | 181.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 82 | 0.28 | 0 | 0.62 | 0.16 | 87.07 | 0.62 | 0.58 |
| Hex | 9B | D7 | 52 | 1C | 0 | 3E | 10 | 57 | 3E | 3A |
| Octal | 233 | 327 | 122 | 34 | 0 | 76 | 20 | 127 | 76 | 72 |
| Binary | 10011011 | 11010111 | 1010010 | 11100 | 0 | 111110 | 10000 | 1010111 | 111110 | 111010 |
Color Harmonies of #9BD752
Complementary color
Monochromatic Colors of #9BD752
Black with #9BD752
Text Example
Text Example
White with #9BD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD752; }
p { color: rgb(155,215,82); }
H1.HeaderClassName
{
color: #9BD752;
}
.AnyTagClassName
{
color: #9BD752;
}
</style>
background-color css
<style>
a { background-color: #9BD752; }
a { background-color: rgb(155,215,82); }
div.DivClassName
{
background-color: #9BD752;
}
.BgClassName
{
background-color: #9BD752;
}
</style>
border-color css
<style>
span { border-color: #9BD752; }
span { border-color: rgb(155,215,82); }
td.TdClassName
{
border-color: #9BD752;
}
.TagClassName
{
border-color: #9BD752;
}
</style>