Shades of Conifer #B7DE5C
Tints of Conifer #B7DE5C
RGB
CMYK
RGB Variations
Color information
#B7DE5C (or 0xB7DE5C) is known color: Conifer. HEX triplet: B7, DE and 5C. RGB value is (183,222,92). Sum of RGB (Red+Green+Blue) = 183+222+92=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DE5C is #4821A3. Grayscale: #C4C4C4. Windows color (decimal): -4727204 or 6086327. OLE color: 6086327.
HSL color Cylindrical-coordinate representation of color #B7DE5C: hue angle of 78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7DE5C is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 92 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.13 |
| HSL | 78º | 0.66% | 0.62% | - |
| HSV(B) | 78º | 0.59% | 0.87% | - |
| XYZ | 47.58 | 63.08 | 19.79 | - |
| YUV | 195.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 92 | 0.18 | 0 | 0.59 | 0.13 | 78 | 0.66 | 0.62 |
| Hex | B7 | DE | 5C | 12 | 0 | 3B | D | 4E | 42 | 3E |
| Octal | 267 | 336 | 134 | 22 | 0 | 73 | 15 | 116 | 102 | 76 |
| Binary | 10110111 | 11011110 | 1011100 | 10010 | 0 | 111011 | 1101 | 1001110 | 1000010 | 111110 |
Color Harmonies of #B7DE5C
Complementary color
Monochromatic Colors of #B7DE5C
Black with #B7DE5C
Text Example
Text Example
White with #B7DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DE5C; }
p { color: rgb(183,222,92); }
H1.HeaderClassName
{
color: #B7DE5C;
}
.AnyTagClassName
{
color: #B7DE5C;
}
</style>
background-color css
<style>
a { background-color: #B7DE5C; }
a { background-color: rgb(183,222,92); }
div.DivClassName
{
background-color: #B7DE5C;
}
.BgClassName
{
background-color: #B7DE5C;
}
</style>
border-color css
<style>
span { border-color: #B7DE5C; }
span { border-color: rgb(183,222,92); }
td.TdClassName
{
border-color: #B7DE5C;
}
.TagClassName
{
border-color: #B7DE5C;
}
</style>