Shades of Conifer #B8DA4D
Tints of Conifer #B8DA4D
RGB
CMYK
RGB Variations
Color information
#B8DA4D (or 0xB8DA4D) is known color: Conifer. HEX triplet: B8, DA and 4D. RGB value is (184,218,77). Sum of RGB (Red+Green+Blue) = 184+218+77=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA4D is #4725B2. Grayscale: #C0C0C0. Windows color (decimal): -4662707 or 5102264. OLE color: 5102264.
HSL color Cylindrical-coordinate representation of color #B8DA4D: hue angle of 74.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8DA4D is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 77 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.15 |
| HSL | 74.47º | 0.66% | 0.58% | - |
| HSV(B) | 74.47º | 0.65% | 0.85% | - |
| XYZ | 46.18 | 60.87 | 16.34 | - |
| YUV | 191.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 77 | 0.16 | 0 | 0.65 | 0.15 | 74.47 | 0.66 | 0.58 |
| Hex | B8 | DA | 4D | 10 | 0 | 41 | F | 4A | 42 | 3A |
| Octal | 270 | 332 | 115 | 20 | 0 | 101 | 17 | 112 | 102 | 72 |
| Binary | 10111000 | 11011010 | 1001101 | 10000 | 0 | 1000001 | 1111 | 1001010 | 1000010 | 111010 |
Color Harmonies of #B8DA4D
Complementary color
Monochromatic Colors of #B8DA4D
Black with #B8DA4D
Text Example
Text Example
White with #B8DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA4D; }
p { color: rgb(184,218,77); }
H1.HeaderClassName
{
color: #B8DA4D;
}
.AnyTagClassName
{
color: #B8DA4D;
}
</style>
background-color css
<style>
a { background-color: #B8DA4D; }
a { background-color: rgb(184,218,77); }
div.DivClassName
{
background-color: #B8DA4D;
}
.BgClassName
{
background-color: #B8DA4D;
}
</style>
border-color css
<style>
span { border-color: #B8DA4D; }
span { border-color: rgb(184,218,77); }
td.TdClassName
{
border-color: #B8DA4D;
}
.TagClassName
{
border-color: #B8DA4D;
}
</style>