Shades of Conifer #B7DE5D
Tints of Conifer #B7DE5D
RGB
CMYK
RGB Variations
Color information
#B7DE5D (or 0xB7DE5D) is known color: Conifer. HEX triplet: B7, DE and 5D. RGB value is (183,222,93). Sum of RGB (Red+Green+Blue) = 183+222+93=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DE5D is #4821A2. Grayscale: #C4C4C4. Windows color (decimal): -4727203 or 6151863. OLE color: 6151863.
HSL color Cylindrical-coordinate representation of color #B7DE5D: hue angle of 78.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7DE5D is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 93 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.13 |
| HSL | 78.14º | 0.66% | 0.62% | - |
| HSV(B) | 78.14º | 0.58% | 0.87% | - |
| XYZ | 47.63 | 63.1 | 20.03 | - |
| YUV | 195.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 93 | 0.18 | 0 | 0.58 | 0.13 | 78.14 | 0.66 | 0.62 |
| Hex | B7 | DE | 5D | 12 | 0 | 3A | D | 4E | 42 | 3E |
| Octal | 267 | 336 | 135 | 22 | 0 | 72 | 15 | 116 | 102 | 76 |
| Binary | 10110111 | 11011110 | 1011101 | 10010 | 0 | 111010 | 1101 | 1001110 | 1000010 | 111110 |
Color Harmonies of #B7DE5D
Complementary color
Monochromatic Colors of #B7DE5D
Black with #B7DE5D
Text Example
Text Example
White with #B7DE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DE5D; }
p { color: rgb(183,222,93); }
H1.HeaderClassName
{
color: #B7DE5D;
}
.AnyTagClassName
{
color: #B7DE5D;
}
</style>
background-color css
<style>
a { background-color: #B7DE5D; }
a { background-color: rgb(183,222,93); }
div.DivClassName
{
background-color: #B7DE5D;
}
.BgClassName
{
background-color: #B7DE5D;
}
</style>
border-color css
<style>
span { border-color: #B7DE5D; }
span { border-color: rgb(183,222,93); }
td.TdClassName
{
border-color: #B7DE5D;
}
.TagClassName
{
border-color: #B7DE5D;
}
</style>