Shades of Conifer #B7DA58
Tints of Conifer #B7DA58
RGB
CMYK
RGB Variations
Color information
#B7DA58 (or 0xB7DA58) is known color: Conifer. HEX triplet: B7, DA and 58. RGB value is (183,218,88). Sum of RGB (Red+Green+Blue) = 183+218+88=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA58 is #4825A7. Grayscale: #C1C1C1. Windows color (decimal): -4728232 or 5823159. OLE color: 5823159.
HSL color Cylindrical-coordinate representation of color #B7DA58: hue angle of 76.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7DA58 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 88 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.15 |
| HSL | 76.15º | 0.64% | 0.6% | - |
| HSV(B) | 76.15º | 0.6% | 0.85% | - |
| XYZ | 46.36 | 60.91 | 18.55 | - |
| YUV | 192.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 88 | 0.16 | 0 | 0.60 | 0.15 | 76.15 | 0.64 | 0.6 |
| Hex | B7 | DA | 58 | 10 | 0 | 3C | F | 4C | 40 | 3C |
| Octal | 267 | 332 | 130 | 20 | 0 | 74 | 17 | 114 | 100 | 74 |
| Binary | 10110111 | 11011010 | 1011000 | 10000 | 0 | 111100 | 1111 | 1001100 | 1000000 | 111100 |
Color Harmonies of #B7DA58
Complementary color
Monochromatic Colors of #B7DA58
Black with #B7DA58
Text Example
Text Example
White with #B7DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA58; }
p { color: rgb(183,218,88); }
H1.HeaderClassName
{
color: #B7DA58;
}
.AnyTagClassName
{
color: #B7DA58;
}
</style>
background-color css
<style>
a { background-color: #B7DA58; }
a { background-color: rgb(183,218,88); }
div.DivClassName
{
background-color: #B7DA58;
}
.BgClassName
{
background-color: #B7DA58;
}
</style>
border-color css
<style>
span { border-color: #B7DA58; }
span { border-color: rgb(183,218,88); }
td.TdClassName
{
border-color: #B7DA58;
}
.TagClassName
{
border-color: #B7DA58;
}
</style>