Shades of Conifer #B7E450
Tints of Conifer #B7E450
RGB
CMYK
RGB Variations
Color information
#B7E450 (or 0xB7E450) is known color: Conifer. HEX triplet: B7, E4 and 50. RGB value is (183,228,80). Sum of RGB (Red+Green+Blue) = 183+228+80=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #B7E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E450 is #481BAF. Grayscale: #C6C6C6. Windows color (decimal): -4725680 or 5301431. OLE color: 5301431.
HSL color Cylindrical-coordinate representation of color #B7E450: hue angle of 78.24º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7E450 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 228 | 80 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.11 |
| HSL | 78.24º | 0.73% | 0.6% | - |
| HSV(B) | 78.24º | 0.65% | 0.89% | - |
| XYZ | 48.72 | 66.13 | 17.79 | - |
| YUV | 197.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 228 | 80 | 0.20 | 0 | 0.65 | 0.11 | 78.24 | 0.73 | 0.6 |
| Hex | B7 | E4 | 50 | 14 | 0 | 41 | B | 4E | 49 | 3C |
| Octal | 267 | 344 | 120 | 24 | 0 | 101 | 13 | 116 | 111 | 74 |
| Binary | 10110111 | 11100100 | 1010000 | 10100 | 0 | 1000001 | 1011 | 1001110 | 1001001 | 111100 |
Color Harmonies of #B7E450
Complementary color
Monochromatic Colors of #B7E450
Black with #B7E450
Text Example
Text Example
White with #B7E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E450; }
p { color: rgb(183,228,80); }
H1.HeaderClassName
{
color: #B7E450;
}
.AnyTagClassName
{
color: #B7E450;
}
</style>
background-color css
<style>
a { background-color: #B7E450; }
a { background-color: rgb(183,228,80); }
div.DivClassName
{
background-color: #B7E450;
}
.BgClassName
{
background-color: #B7E450;
}
</style>
border-color css
<style>
span { border-color: #B7E450; }
span { border-color: rgb(183,228,80); }
td.TdClassName
{
border-color: #B7E450;
}
.TagClassName
{
border-color: #B7E450;
}
</style>