Shades of Conifer #BDE560
Tints of Conifer #BDE560
RGB
CMYK
RGB Variations
Color information
#BDE560 (or 0xBDE560) is known color: Conifer. HEX triplet: BD, E5 and 60. RGB value is (189,229,96). Sum of RGB (Red+Green+Blue) = 189+229+96=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE560 is #421A9F. Grayscale: #CACACA. Windows color (decimal): -4332192 or 6350269. OLE color: 6350269.
HSL color Cylindrical-coordinate representation of color #BDE560: hue angle of 78.05º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDE560 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.10 |
| HSL | 78.05º | 0.72% | 0.64% | - |
| HSV(B) | 78.05º | 0.58% | 0.9% | - |
| XYZ | 51.12 | 67.7 | 21.44 | - |
| YUV | 201.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 96 | 0.17 | 0 | 0.58 | 0.10 | 78.05 | 0.72 | 0.64 |
| Hex | BD | E5 | 60 | 11 | 0 | 3A | A | 4E | 48 | 40 |
| Octal | 275 | 345 | 140 | 21 | 0 | 72 | 12 | 116 | 110 | 100 |
| Binary | 10111101 | 11100101 | 1100000 | 10001 | 0 | 111010 | 1010 | 1001110 | 1001000 | 1000000 |
Color Harmonies of #BDE560
Complementary color
Monochromatic Colors of #BDE560
Black with #BDE560
Text Example
Text Example
White with #BDE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE560; }
p { color: rgb(189,229,96); }
H1.HeaderClassName
{
color: #BDE560;
}
.AnyTagClassName
{
color: #BDE560;
}
</style>
background-color css
<style>
a { background-color: #BDE560; }
a { background-color: rgb(189,229,96); }
div.DivClassName
{
background-color: #BDE560;
}
.BgClassName
{
background-color: #BDE560;
}
</style>
border-color css
<style>
span { border-color: #BDE560; }
span { border-color: rgb(189,229,96); }
td.TdClassName
{
border-color: #BDE560;
}
.TagClassName
{
border-color: #BDE560;
}
</style>