Shades of Conifer #B7E45A
Tints of Conifer #B7E45A
RGB
CMYK
RGB Variations
Color information
#B7E45A (or 0xB7E45A) is known color: Conifer. HEX triplet: B7, E4 and 5A. RGB value is (183,228,90). Sum of RGB (Red+Green+Blue) = 183+228+90=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E45A is #481BA5. Grayscale: #C7C7C7. Windows color (decimal): -4725670 or 5956791. OLE color: 5956791.
HSL color Cylindrical-coordinate representation of color #B7E45A: hue angle of 79.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7E45A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 228 | 90 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.11 |
| HSL | 79.57º | 0.72% | 0.62% | - |
| HSV(B) | 79.57º | 0.61% | 0.89% | - |
| XYZ | 49.12 | 66.29 | 19.88 | - |
| YUV | 198.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 228 | 90 | 0.20 | 0 | 0.61 | 0.11 | 79.57 | 0.72 | 0.62 |
| Hex | B7 | E4 | 5A | 14 | 0 | 3D | B | 50 | 48 | 3E |
| Octal | 267 | 344 | 132 | 24 | 0 | 75 | 13 | 120 | 110 | 76 |
| Binary | 10110111 | 11100100 | 1011010 | 10100 | 0 | 111101 | 1011 | 1010000 | 1001000 | 111110 |
Color Harmonies of #B7E45A
Complementary color
Monochromatic Colors of #B7E45A
Black with #B7E45A
Text Example
Text Example
White with #B7E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E45A; }
p { color: rgb(183,228,90); }
H1.HeaderClassName
{
color: #B7E45A;
}
.AnyTagClassName
{
color: #B7E45A;
}
</style>
background-color css
<style>
a { background-color: #B7E45A; }
a { background-color: rgb(183,228,90); }
div.DivClassName
{
background-color: #B7E45A;
}
.BgClassName
{
background-color: #B7E45A;
}
</style>
border-color css
<style>
span { border-color: #B7E45A; }
span { border-color: rgb(183,228,90); }
td.TdClassName
{
border-color: #B7E45A;
}
.TagClassName
{
border-color: #B7E45A;
}
</style>