Shades of Conifer #B7D752
Tints of Conifer #B7D752
RGB
CMYK
RGB Variations
Color information
#B7D752 (or 0xB7D752) is known color: Conifer. HEX triplet: B7, D7 and 52. RGB value is (183,215,82). Sum of RGB (Red+Green+Blue) = 183+215+82=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D752 is #4828AD. Grayscale: #BEBEBE. Windows color (decimal): -4729006 or 5429175. OLE color: 5429175.
HSL color Cylindrical-coordinate representation of color #B7D752: hue angle of 74.44º 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 #B7D752 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 82 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.16 |
| HSL | 74.44º | 0.62% | 0.58% | - |
| HSV(B) | 74.44º | 0.62% | 0.84% | - |
| XYZ | 45.35 | 59.28 | 17.03 | - |
| YUV | 190.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 82 | 0.15 | 0 | 0.62 | 0.16 | 74.44 | 0.62 | 0.58 |
| Hex | B7 | D7 | 52 | F | 0 | 3E | 10 | 4A | 3E | 3A |
| Octal | 267 | 327 | 122 | 17 | 0 | 76 | 20 | 112 | 76 | 72 |
| Binary | 10110111 | 11010111 | 1010010 | 1111 | 0 | 111110 | 10000 | 1001010 | 111110 | 111010 |
Color Harmonies of #B7D752
Complementary color
Monochromatic Colors of #B7D752
Black with #B7D752
Text Example
Text Example
White with #B7D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D752; }
p { color: rgb(183,215,82); }
H1.HeaderClassName
{
color: #B7D752;
}
.AnyTagClassName
{
color: #B7D752;
}
</style>
background-color css
<style>
a { background-color: #B7D752; }
a { background-color: rgb(183,215,82); }
div.DivClassName
{
background-color: #B7D752;
}
.BgClassName
{
background-color: #B7D752;
}
</style>
border-color css
<style>
span { border-color: #B7D752; }
span { border-color: rgb(183,215,82); }
td.TdClassName
{
border-color: #B7D752;
}
.TagClassName
{
border-color: #B7D752;
}
</style>