Shades of Conifer #B8DD64
Tints of Conifer #B8DD64
RGB
CMYK
RGB Variations
Color information
#B8DD64 (or 0xB8DD64) is known color: Conifer. HEX triplet: B8, DD and 64. RGB value is (184,221,100). Sum of RGB (Red+Green+Blue) = 184+221+100=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD64 is #47229B. Grayscale: #C4C4C4. Windows color (decimal): -4661916 or 6610360. OLE color: 6610360.
HSL color Cylindrical-coordinate representation of color #B8DD64: hue angle of 78.35º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8DD64 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 100 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.13 |
| HSL | 78.35º | 0.64% | 0.63% | - |
| HSV(B) | 78.35º | 0.55% | 0.87% | - |
| XYZ | 47.92 | 62.82 | 21.66 | - |
| YUV | 196.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 100 | 0.17 | 0 | 0.55 | 0.13 | 78.35 | 0.64 | 0.63 |
| Hex | B8 | DD | 64 | 11 | 0 | 37 | D | 4E | 40 | 3F |
| Octal | 270 | 335 | 144 | 21 | 0 | 67 | 15 | 116 | 100 | 77 |
| Binary | 10111000 | 11011101 | 1100100 | 10001 | 0 | 110111 | 1101 | 1001110 | 1000000 | 111111 |
Color Harmonies of #B8DD64
Complementary color
Monochromatic Colors of #B8DD64
Black with #B8DD64
Text Example
Text Example
White with #B8DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD64; }
p { color: rgb(184,221,100); }
H1.HeaderClassName
{
color: #B8DD64;
}
.AnyTagClassName
{
color: #B8DD64;
}
</style>
background-color css
<style>
a { background-color: #B8DD64; }
a { background-color: rgb(184,221,100); }
div.DivClassName
{
background-color: #B8DD64;
}
.BgClassName
{
background-color: #B8DD64;
}
</style>
border-color css
<style>
span { border-color: #B8DD64; }
span { border-color: rgb(184,221,100); }
td.TdClassName
{
border-color: #B8DD64;
}
.TagClassName
{
border-color: #B8DD64;
}
</style>