Shades of Conifer #B7E145
Tints of Conifer #B7E145
RGB
CMYK
RGB Variations
Color information
#B7E145 (or 0xB7E145) is known color: Conifer. HEX triplet: B7, E1 and 45. RGB value is (183,225,69). Sum of RGB (Red+Green+Blue) = 183+225+69=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E145 is #481EBA. Grayscale: #C3C3C3. Windows color (decimal): -4726459 or 4579767. OLE color: 4579767.
HSL color Cylindrical-coordinate representation of color #B7E145: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7E145 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 69 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.12 |
| HSL | 76.15º | 0.72% | 0.58% | - |
| HSV(B) | 76.15º | 0.69% | 0.88% | - |
| XYZ | 47.53 | 64.35 | 15.55 | - |
| YUV | 194.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 69 | 0.19 | 0 | 0.69 | 0.12 | 76.15 | 0.72 | 0.58 |
| Hex | B7 | E1 | 45 | 13 | 0 | 45 | C | 4C | 48 | 3A |
| Octal | 267 | 341 | 105 | 23 | 0 | 105 | 14 | 114 | 110 | 72 |
| Binary | 10110111 | 11100001 | 1000101 | 10011 | 0 | 1000101 | 1100 | 1001100 | 1001000 | 111010 |
Color Harmonies of #B7E145
Complementary color
Monochromatic Colors of #B7E145
Black with #B7E145
Text Example
Text Example
White with #B7E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E145; }
p { color: rgb(183,225,69); }
H1.HeaderClassName
{
color: #B7E145;
}
.AnyTagClassName
{
color: #B7E145;
}
</style>
background-color css
<style>
a { background-color: #B7E145; }
a { background-color: rgb(183,225,69); }
div.DivClassName
{
background-color: #B7E145;
}
.BgClassName
{
background-color: #B7E145;
}
</style>
border-color css
<style>
span { border-color: #B7E145; }
span { border-color: rgb(183,225,69); }
td.TdClassName
{
border-color: #B7E145;
}
.TagClassName
{
border-color: #B7E145;
}
</style>