Shades of Conifer #B7DC4B
Tints of Conifer #B7DC4B
RGB
CMYK
RGB Variations
Color information
#B7DC4B (or 0xB7DC4B) is known color: Conifer. HEX triplet: B7, DC and 4B. RGB value is (183,220,75). Sum of RGB (Red+Green+Blue) = 183+220+75=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC4B is #4823B4. Grayscale: #C0C0C0. Windows color (decimal): -4727733 or 4971703. OLE color: 4971703.
HSL color Cylindrical-coordinate representation of color #B7DC4B: hue angle of 75.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7DC4B is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 75 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.14 |
| HSL | 75.31º | 0.67% | 0.58% | - |
| HSV(B) | 75.31º | 0.66% | 0.86% | - |
| XYZ | 46.39 | 61.76 | 16.13 | - |
| YUV | 192.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 75 | 0.17 | 0 | 0.66 | 0.14 | 75.31 | 0.67 | 0.58 |
| Hex | B7 | DC | 4B | 11 | 0 | 42 | E | 4B | 43 | 3A |
| Octal | 267 | 334 | 113 | 21 | 0 | 102 | 16 | 113 | 103 | 72 |
| Binary | 10110111 | 11011100 | 1001011 | 10001 | 0 | 1000010 | 1110 | 1001011 | 1000011 | 111010 |
Color Harmonies of #B7DC4B
Complementary color
Monochromatic Colors of #B7DC4B
Black with #B7DC4B
Text Example
Text Example
White with #B7DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC4B; }
p { color: rgb(183,220,75); }
H1.HeaderClassName
{
color: #B7DC4B;
}
.AnyTagClassName
{
color: #B7DC4B;
}
</style>
background-color css
<style>
a { background-color: #B7DC4B; }
a { background-color: rgb(183,220,75); }
div.DivClassName
{
background-color: #B7DC4B;
}
.BgClassName
{
background-color: #B7DC4B;
}
</style>
border-color css
<style>
span { border-color: #B7DC4B; }
span { border-color: rgb(183,220,75); }
td.TdClassName
{
border-color: #B7DC4B;
}
.TagClassName
{
border-color: #B7DC4B;
}
</style>