Shades of Conifer #B7DD57
Tints of Conifer #B7DD57
RGB
CMYK
RGB Variations
Color information
#B7DD57 (or 0xB7DD57) is known color: Conifer. HEX triplet: B7, DD and 57. RGB value is (183,221,87). Sum of RGB (Red+Green+Blue) = 183+221+87=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD57 is #4822A8. Grayscale: #C2C2C2. Windows color (decimal): -4727465 or 5758391. OLE color: 5758391.
HSL color Cylindrical-coordinate representation of color #B7DD57: hue angle of 77.01º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7DD57 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 87 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.13 |
| HSL | 77.01º | 0.66% | 0.6% | - |
| HSV(B) | 77.01º | 0.61% | 0.87% | - |
| XYZ | 47.11 | 62.47 | 18.59 | - |
| YUV | 194.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 87 | 0.17 | 0 | 0.61 | 0.13 | 77.01 | 0.66 | 0.6 |
| Hex | B7 | DD | 57 | 11 | 0 | 3D | D | 4D | 42 | 3C |
| Octal | 267 | 335 | 127 | 21 | 0 | 75 | 15 | 115 | 102 | 74 |
| Binary | 10110111 | 11011101 | 1010111 | 10001 | 0 | 111101 | 1101 | 1001101 | 1000010 | 111100 |
Color Harmonies of #B7DD57
Complementary color
Monochromatic Colors of #B7DD57
Black with #B7DD57
Text Example
Text Example
White with #B7DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD57; }
p { color: rgb(183,221,87); }
H1.HeaderClassName
{
color: #B7DD57;
}
.AnyTagClassName
{
color: #B7DD57;
}
</style>
background-color css
<style>
a { background-color: #B7DD57; }
a { background-color: rgb(183,221,87); }
div.DivClassName
{
background-color: #B7DD57;
}
.BgClassName
{
background-color: #B7DD57;
}
</style>
border-color css
<style>
span { border-color: #B7DD57; }
span { border-color: rgb(183,221,87); }
td.TdClassName
{
border-color: #B7DD57;
}
.TagClassName
{
border-color: #B7DD57;
}
</style>