Shades of Conifer #B7DA64
Tints of Conifer #B7DA64
RGB
CMYK
RGB Variations
Color information
#B7DA64 (or 0xB7DA64) is known color: Conifer. HEX triplet: B7, DA and 64. RGB value is (183,218,100). Sum of RGB (Red+Green+Blue) = 183+218+100=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA64 is #48259B. Grayscale: #C2C2C2. Windows color (decimal): -4728220 or 6609591. OLE color: 6609591.
HSL color Cylindrical-coordinate representation of color #B7DA64: hue angle of 77.8º 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 #B7DA64 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 100 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.15 |
| HSL | 77.8º | 0.61% | 0.62% | - |
| HSV(B) | 77.8º | 0.54% | 0.85% | - |
| XYZ | 46.9 | 61.13 | 21.38 | - |
| YUV | 194.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 100 | 0.16 | 0 | 0.54 | 0.15 | 77.8 | 0.61 | 0.62 |
| Hex | B7 | DA | 64 | 10 | 0 | 36 | F | 4E | 3D | 3E |
| Octal | 267 | 332 | 144 | 20 | 0 | 66 | 17 | 116 | 75 | 76 |
| Binary | 10110111 | 11011010 | 1100100 | 10000 | 0 | 110110 | 1111 | 1001110 | 111101 | 111110 |
Color Harmonies of #B7DA64
Complementary color
Monochromatic Colors of #B7DA64
Black with #B7DA64
Text Example
Text Example
White with #B7DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA64; }
p { color: rgb(183,218,100); }
H1.HeaderClassName
{
color: #B7DA64;
}
.AnyTagClassName
{
color: #B7DA64;
}
</style>
background-color css
<style>
a { background-color: #B7DA64; }
a { background-color: rgb(183,218,100); }
div.DivClassName
{
background-color: #B7DA64;
}
.BgClassName
{
background-color: #B7DA64;
}
</style>
border-color css
<style>
span { border-color: #B7DA64; }
span { border-color: rgb(183,218,100); }
td.TdClassName
{
border-color: #B7DA64;
}
.TagClassName
{
border-color: #B7DA64;
}
</style>