Shades of Conifer #B7E85D
Tints of Conifer #B7E85D
RGB
CMYK
RGB Variations
Color information
#B7E85D (or 0xB7E85D) is known color: Conifer. HEX triplet: B7, E8 and 5D. RGB value is (183,232,93). Sum of RGB (Red+Green+Blue) = 183+232+93=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7E85D is #4817A2. Grayscale: #CACACA. Windows color (decimal): -4724643 or 6154423. OLE color: 6154423.
HSL color Cylindrical-coordinate representation of color #B7E85D: hue angle of 81.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7E85D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 93 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.09 |
| HSL | 81.15º | 0.75% | 0.64% | - |
| HSV(B) | 81.15º | 0.6% | 0.91% | - |
| XYZ | 50.36 | 68.57 | 20.94 | - |
| YUV | 201.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 93 | 0.21 | 0 | 0.60 | 0.09 | 81.15 | 0.75 | 0.64 |
| Hex | B7 | E8 | 5D | 15 | 0 | 3C | 9 | 51 | 4B | 40 |
| Octal | 267 | 350 | 135 | 25 | 0 | 74 | 11 | 121 | 113 | 100 |
| Binary | 10110111 | 11101000 | 1011101 | 10101 | 0 | 111100 | 1001 | 1010001 | 1001011 | 1000000 |
Color Harmonies of #B7E85D
Complementary color
Monochromatic Colors of #B7E85D
Black with #B7E85D
Text Example
Text Example
White with #B7E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E85D; }
p { color: rgb(183,232,93); }
H1.HeaderClassName
{
color: #B7E85D;
}
.AnyTagClassName
{
color: #B7E85D;
}
</style>
background-color css
<style>
a { background-color: #B7E85D; }
a { background-color: rgb(183,232,93); }
div.DivClassName
{
background-color: #B7E85D;
}
.BgClassName
{
background-color: #B7E85D;
}
</style>
border-color css
<style>
span { border-color: #B7E85D; }
span { border-color: rgb(183,232,93); }
td.TdClassName
{
border-color: #B7E85D;
}
.TagClassName
{
border-color: #B7E85D;
}
</style>