Shades of Conifer #B8DE4D
Tints of Conifer #B8DE4D
RGB
CMYK
RGB Variations
Color information
#B8DE4D (or 0xB8DE4D) is known color: Conifer. HEX triplet: B8, DE and 4D. RGB value is (184,222,77). Sum of RGB (Red+Green+Blue) = 184+222+77=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DE4D is #4721B2. Grayscale: #C2C2C2. Windows color (decimal): -4661683 or 5103288. OLE color: 5103288.
HSL color Cylindrical-coordinate representation of color #B8DE4D: hue angle of 75.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8DE4D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 77 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.13 |
| HSL | 75.72º | 0.69% | 0.59% | - |
| HSV(B) | 75.72º | 0.65% | 0.87% | - |
| XYZ | 47.23 | 62.97 | 16.69 | - |
| YUV | 194.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 77 | 0.17 | 0 | 0.65 | 0.13 | 75.72 | 0.69 | 0.59 |
| Hex | B8 | DE | 4D | 11 | 0 | 41 | D | 4C | 45 | 3B |
| Octal | 270 | 336 | 115 | 21 | 0 | 101 | 15 | 114 | 105 | 73 |
| Binary | 10111000 | 11011110 | 1001101 | 10001 | 0 | 1000001 | 1101 | 1001100 | 1000101 | 111011 |
Color Harmonies of #B8DE4D
Complementary color
Monochromatic Colors of #B8DE4D
Black with #B8DE4D
Text Example
Text Example
White with #B8DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE4D; }
p { color: rgb(184,222,77); }
H1.HeaderClassName
{
color: #B8DE4D;
}
.AnyTagClassName
{
color: #B8DE4D;
}
</style>
background-color css
<style>
a { background-color: #B8DE4D; }
a { background-color: rgb(184,222,77); }
div.DivClassName
{
background-color: #B8DE4D;
}
.BgClassName
{
background-color: #B8DE4D;
}
</style>
border-color css
<style>
span { border-color: #B8DE4D; }
span { border-color: rgb(184,222,77); }
td.TdClassName
{
border-color: #B8DE4D;
}
.TagClassName
{
border-color: #B8DE4D;
}
</style>