Shades of Conifer #B8DE44
Tints of Conifer #B8DE44
RGB
CMYK
RGB Variations
Color information
#B8DE44 (or 0xB8DE44) is known color: Conifer. HEX triplet: B8, DE and 44. RGB value is (184,222,68). Sum of RGB (Red+Green+Blue) = 184+222+68=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DE44 is #4721BB. Grayscale: #C1C1C1. Windows color (decimal): -4661692 or 4513464. OLE color: 4513464.
HSL color Cylindrical-coordinate representation of color #B8DE44: hue angle of 74.81º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8DE44 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 68 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.13 |
| HSL | 74.81º | 0.7% | 0.57% | - |
| HSV(B) | 74.81º | 0.69% | 0.87% | - |
| XYZ | 46.93 | 62.85 | 15.13 | - |
| YUV | 193.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 68 | 0.17 | 0 | 0.69 | 0.13 | 74.81 | 0.7 | 0.57 |
| Hex | B8 | DE | 44 | 11 | 0 | 45 | D | 4B | 46 | 39 |
| Octal | 270 | 336 | 104 | 21 | 0 | 105 | 15 | 113 | 106 | 71 |
| Binary | 10111000 | 11011110 | 1000100 | 10001 | 0 | 1000101 | 1101 | 1001011 | 1000110 | 111001 |
Color Harmonies of #B8DE44
Complementary color
Monochromatic Colors of #B8DE44
Black with #B8DE44
Text Example
Text Example
White with #B8DE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DE44; }
p { color: rgb(184,222,68); }
H1.HeaderClassName
{
color: #B8DE44;
}
.AnyTagClassName
{
color: #B8DE44;
}
</style>
background-color css
<style>
a { background-color: #B8DE44; }
a { background-color: rgb(184,222,68); }
div.DivClassName
{
background-color: #B8DE44;
}
.BgClassName
{
background-color: #B8DE44;
}
</style>
border-color css
<style>
span { border-color: #B8DE44; }
span { border-color: rgb(184,222,68); }
td.TdClassName
{
border-color: #B8DE44;
}
.TagClassName
{
border-color: #B8DE44;
}
</style>