Shades of Conifer #B7E14B
Tints of Conifer #B7E14B
RGB
CMYK
RGB Variations
Color information
#B7E14B (or 0xB7E14B) is known color: Conifer. HEX triplet: B7, E1 and 4B. RGB value is (183,225,75). Sum of RGB (Red+Green+Blue) = 183+225+75=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E14B is #481EB4. Grayscale: #C3C3C3. Windows color (decimal): -4726453 or 4972983. OLE color: 4972983.
HSL color Cylindrical-coordinate representation of color #B7E14B: hue angle of 76.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7E14B is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 75 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.12 |
| HSL | 76.8º | 0.71% | 0.59% | - |
| HSV(B) | 76.8º | 0.67% | 0.88% | - |
| XYZ | 47.72 | 64.43 | 16.58 | - |
| YUV | 195.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 75 | 0.19 | 0 | 0.67 | 0.12 | 76.8 | 0.71 | 0.59 |
| Hex | B7 | E1 | 4B | 13 | 0 | 43 | C | 4D | 47 | 3B |
| Octal | 267 | 341 | 113 | 23 | 0 | 103 | 14 | 115 | 107 | 73 |
| Binary | 10110111 | 11100001 | 1001011 | 10011 | 0 | 1000011 | 1100 | 1001101 | 1000111 | 111011 |
Color Harmonies of #B7E14B
Complementary color
Monochromatic Colors of #B7E14B
Black with #B7E14B
Text Example
Text Example
White with #B7E14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E14B; }
p { color: rgb(183,225,75); }
H1.HeaderClassName
{
color: #B7E14B;
}
.AnyTagClassName
{
color: #B7E14B;
}
</style>
background-color css
<style>
a { background-color: #B7E14B; }
a { background-color: rgb(183,225,75); }
div.DivClassName
{
background-color: #B7E14B;
}
.BgClassName
{
background-color: #B7E14B;
}
</style>
border-color css
<style>
span { border-color: #B7E14B; }
span { border-color: rgb(183,225,75); }
td.TdClassName
{
border-color: #B7E14B;
}
.TagClassName
{
border-color: #B7E14B;
}
</style>