Shades of Conifer #B8DA64
Tints of Conifer #B8DA64
RGB
CMYK
RGB Variations
Color information
#B8DA64 (or 0xB8DA64) is known color: Conifer. HEX triplet: B8, DA and 64. RGB value is (184,218,100). Sum of RGB (Red+Green+Blue) = 184+218+100=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA64 is #47259B. Grayscale: #C2C2C2. Windows color (decimal): -4662684 or 6609592. OLE color: 6609592.
HSL color Cylindrical-coordinate representation of color #B8DA64: hue angle of 77.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8DA64 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 100 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.15 |
| HSL | 77.29º | 0.61% | 0.62% | - |
| HSV(B) | 77.29º | 0.54% | 0.85% | - |
| XYZ | 47.14 | 61.25 | 21.4 | - |
| YUV | 194.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 100 | 0.16 | 0 | 0.54 | 0.15 | 77.29 | 0.61 | 0.62 |
| Hex | B8 | DA | 64 | 10 | 0 | 36 | F | 4D | 3D | 3E |
| Octal | 270 | 332 | 144 | 20 | 0 | 66 | 17 | 115 | 75 | 76 |
| Binary | 10111000 | 11011010 | 1100100 | 10000 | 0 | 110110 | 1111 | 1001101 | 111101 | 111110 |
Color Harmonies of #B8DA64
Complementary color
Monochromatic Colors of #B8DA64
Black with #B8DA64
Text Example
Text Example
White with #B8DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA64; }
p { color: rgb(184,218,100); }
H1.HeaderClassName
{
color: #B8DA64;
}
.AnyTagClassName
{
color: #B8DA64;
}
</style>
background-color css
<style>
a { background-color: #B8DA64; }
a { background-color: rgb(184,218,100); }
div.DivClassName
{
background-color: #B8DA64;
}
.BgClassName
{
background-color: #B8DA64;
}
</style>
border-color css
<style>
span { border-color: #B8DA64; }
span { border-color: rgb(184,218,100); }
td.TdClassName
{
border-color: #B8DA64;
}
.TagClassName
{
border-color: #B8DA64;
}
</style>