Shades of Conifer #B7DD5C
Tints of Conifer #B7DD5C
RGB
CMYK
RGB Variations
Color information
#B7DD5C (or 0xB7DD5C) is known color: Conifer. HEX triplet: B7, DD and 5C. RGB value is (183,221,92). Sum of RGB (Red+Green+Blue) = 183+221+92=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD5C is #4822A3. Grayscale: #C3C3C3. Windows color (decimal): -4727460 or 6086071. OLE color: 6086071.
HSL color Cylindrical-coordinate representation of color #B7DD5C: hue angle of 77.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7DD5C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 92 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.13 |
| HSL | 77.67º | 0.65% | 0.61% | - |
| HSV(B) | 77.67º | 0.58% | 0.87% | - |
| XYZ | 47.32 | 62.55 | 19.71 | - |
| YUV | 194.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 92 | 0.17 | 0 | 0.58 | 0.13 | 77.67 | 0.65 | 0.61 |
| Hex | B7 | DD | 5C | 11 | 0 | 3A | D | 4E | 41 | 3D |
| Octal | 267 | 335 | 134 | 21 | 0 | 72 | 15 | 116 | 101 | 75 |
| Binary | 10110111 | 11011101 | 1011100 | 10001 | 0 | 111010 | 1101 | 1001110 | 1000001 | 111101 |
Color Harmonies of #B7DD5C
Complementary color
Monochromatic Colors of #B7DD5C
Black with #B7DD5C
Text Example
Text Example
White with #B7DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD5C; }
p { color: rgb(183,221,92); }
H1.HeaderClassName
{
color: #B7DD5C;
}
.AnyTagClassName
{
color: #B7DD5C;
}
</style>
background-color css
<style>
a { background-color: #B7DD5C; }
a { background-color: rgb(183,221,92); }
div.DivClassName
{
background-color: #B7DD5C;
}
.BgClassName
{
background-color: #B7DD5C;
}
</style>
border-color css
<style>
span { border-color: #B7DD5C; }
span { border-color: rgb(183,221,92); }
td.TdClassName
{
border-color: #B7DD5C;
}
.TagClassName
{
border-color: #B7DD5C;
}
</style>