Shades of Conifer #BDE559
Tints of Conifer #BDE559
RGB
CMYK
RGB Variations
Color information
#BDE559 (or 0xBDE559) is known color: Conifer. HEX triplet: BD, E5 and 59. RGB value is (189,229,89). Sum of RGB (Red+Green+Blue) = 189+229+89=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE559 is #421AA6. Grayscale: #C9C9C9. Windows color (decimal): -4332199 or 5891517. OLE color: 5891517.
HSL color Cylindrical-coordinate representation of color #BDE559: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDE559 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 89 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.10 |
| HSL | 77.14º | 0.73% | 0.62% | - |
| HSV(B) | 77.14º | 0.61% | 0.9% | - |
| XYZ | 50.81 | 67.58 | 19.82 | - |
| YUV | 201.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 89 | 0.17 | 0 | 0.61 | 0.10 | 77.14 | 0.73 | 0.62 |
| Hex | BD | E5 | 59 | 11 | 0 | 3D | A | 4D | 49 | 3E |
| Octal | 275 | 345 | 131 | 21 | 0 | 75 | 12 | 115 | 111 | 76 |
| Binary | 10111101 | 11100101 | 1011001 | 10001 | 0 | 111101 | 1010 | 1001101 | 1001001 | 111110 |
Color Harmonies of #BDE559
Complementary color
Monochromatic Colors of #BDE559
Black with #BDE559
Text Example
Text Example
White with #BDE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE559; }
p { color: rgb(189,229,89); }
H1.HeaderClassName
{
color: #BDE559;
}
.AnyTagClassName
{
color: #BDE559;
}
</style>
background-color css
<style>
a { background-color: #BDE559; }
a { background-color: rgb(189,229,89); }
div.DivClassName
{
background-color: #BDE559;
}
.BgClassName
{
background-color: #BDE559;
}
</style>
border-color css
<style>
span { border-color: #BDE559; }
span { border-color: rgb(189,229,89); }
td.TdClassName
{
border-color: #BDE559;
}
.TagClassName
{
border-color: #BDE559;
}
</style>