Shades of Conifer #B8DB4D
Tints of Conifer #B8DB4D
RGB
CMYK
RGB Variations
Color information
#B8DB4D (or 0xB8DB4D) is known color: Conifer. HEX triplet: B8, DB and 4D. RGB value is (184,219,77). Sum of RGB (Red+Green+Blue) = 184+219+77=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB4D is #4724B2. Grayscale: #C0C0C0. Windows color (decimal): -4662451 or 5102520. OLE color: 5102520.
HSL color Cylindrical-coordinate representation of color #B8DB4D: hue angle of 74.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8DB4D is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 77 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.14 |
| HSL | 74.79º | 0.66% | 0.58% | - |
| HSV(B) | 74.79º | 0.65% | 0.86% | - |
| XYZ | 46.44 | 61.39 | 16.42 | - |
| YUV | 192.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 77 | 0.16 | 0 | 0.65 | 0.14 | 74.79 | 0.66 | 0.58 |
| Hex | B8 | DB | 4D | 10 | 0 | 41 | E | 4B | 42 | 3A |
| Octal | 270 | 333 | 115 | 20 | 0 | 101 | 16 | 113 | 102 | 72 |
| Binary | 10111000 | 11011011 | 1001101 | 10000 | 0 | 1000001 | 1110 | 1001011 | 1000010 | 111010 |
Color Harmonies of #B8DB4D
Complementary color
Monochromatic Colors of #B8DB4D
Black with #B8DB4D
Text Example
Text Example
White with #B8DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB4D; }
p { color: rgb(184,219,77); }
H1.HeaderClassName
{
color: #B8DB4D;
}
.AnyTagClassName
{
color: #B8DB4D;
}
</style>
background-color css
<style>
a { background-color: #B8DB4D; }
a { background-color: rgb(184,219,77); }
div.DivClassName
{
background-color: #B8DB4D;
}
.BgClassName
{
background-color: #B8DB4D;
}
</style>
border-color css
<style>
span { border-color: #B8DB4D; }
span { border-color: rgb(184,219,77); }
td.TdClassName
{
border-color: #B8DB4D;
}
.TagClassName
{
border-color: #B8DB4D;
}
</style>