Shades of Conifer #B7E645
Tints of Conifer #B7E645
RGB
CMYK
RGB Variations
Color information
#B7E645 (or 0xB7E645) is known color: Conifer. HEX triplet: B7, E6 and 45. RGB value is (183,230,69). Sum of RGB (Red+Green+Blue) = 183+230+69=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B7E645 is #4819BA. Grayscale: #C6C6C6. Windows color (decimal): -4725179 or 4581047. OLE color: 4581047.
HSL color Cylindrical-coordinate representation of color #B7E645: hue angle of 77.52º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7E645 is Cyan = 0.20, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 230 | 69 | - |
| CMYK | 0.20 | 0 | 0.7 | 0.10 |
| HSL | 77.52º | 0.76% | 0.59% | - |
| HSV(B) | 77.52º | 0.7% | 0.9% | - |
| XYZ | 48.9 | 67.09 | 16 | - |
| YUV | 197.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 230 | 69 | 0.20 | 0 | 0.7 | 0.10 | 77.52 | 0.76 | 0.59 |
| Hex | B7 | E6 | 45 | 14 | 0 | 46 | A | 4E | 4C | 3B |
| Octal | 267 | 346 | 105 | 24 | 0 | 106 | 12 | 116 | 114 | 73 |
| Binary | 10110111 | 11100110 | 1000101 | 10100 | 0 | 1000110 | 1010 | 1001110 | 1001100 | 111011 |
Color Harmonies of #B7E645
Complementary color
Monochromatic Colors of #B7E645
Black with #B7E645
Text Example
Text Example
White with #B7E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E645; }
p { color: rgb(183,230,69); }
H1.HeaderClassName
{
color: #B7E645;
}
.AnyTagClassName
{
color: #B7E645;
}
</style>
background-color css
<style>
a { background-color: #B7E645; }
a { background-color: rgb(183,230,69); }
div.DivClassName
{
background-color: #B7E645;
}
.BgClassName
{
background-color: #B7E645;
}
</style>
border-color css
<style>
span { border-color: #B7E645; }
span { border-color: rgb(183,230,69); }
td.TdClassName
{
border-color: #B7E645;
}
.TagClassName
{
border-color: #B7E645;
}
</style>