Shades of Conifer #B7D458
Tints of Conifer #B7D458
RGB
CMYK
RGB Variations
Color information
#B7D458 (or 0xB7D458) is known color: Conifer. HEX triplet: B7, D4 and 58. RGB value is (183,212,88). Sum of RGB (Red+Green+Blue) = 183+212+88=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D458 is #482BA7. Grayscale: #BDBDBD. Windows color (decimal): -4729768 or 5821623. OLE color: 5821623.
HSL color Cylindrical-coordinate representation of color #B7D458: hue angle of 74.03º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7D458 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 88 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.17 |
| HSL | 74.03º | 0.59% | 0.59% | - |
| HSV(B) | 74.03º | 0.58% | 0.83% | - |
| XYZ | 44.83 | 57.86 | 18.04 | - |
| YUV | 189.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 88 | 0.14 | 0 | 0.58 | 0.17 | 74.03 | 0.59 | 0.59 |
| Hex | B7 | D4 | 58 | E | 0 | 3A | 11 | 4A | 3B | 3B |
| Octal | 267 | 324 | 130 | 16 | 0 | 72 | 21 | 112 | 73 | 73 |
| Binary | 10110111 | 11010100 | 1011000 | 1110 | 0 | 111010 | 10001 | 1001010 | 111011 | 111011 |
Color Harmonies of #B7D458
Complementary color
Monochromatic Colors of #B7D458
Black with #B7D458
Text Example
Text Example
White with #B7D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D458; }
p { color: rgb(183,212,88); }
H1.HeaderClassName
{
color: #B7D458;
}
.AnyTagClassName
{
color: #B7D458;
}
</style>
background-color css
<style>
a { background-color: #B7D458; }
a { background-color: rgb(183,212,88); }
div.DivClassName
{
background-color: #B7D458;
}
.BgClassName
{
background-color: #B7D458;
}
</style>
border-color css
<style>
span { border-color: #B7D458; }
span { border-color: rgb(183,212,88); }
td.TdClassName
{
border-color: #B7D458;
}
.TagClassName
{
border-color: #B7D458;
}
</style>