Shades of Conifer #BDE051
Tints of Conifer #BDE051
RGB
CMYK
RGB Variations
Color information
#BDE051 (or 0xBDE051) is known color: Conifer. HEX triplet: BD, E0 and 51. RGB value is (189,224,81). Sum of RGB (Red+Green+Blue) = 189+224+81=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE051 is #421FAE. Grayscale: #C5C5C5. Windows color (decimal): -4333487 or 5365949. OLE color: 5365949.
HSL color Cylindrical-coordinate representation of color #BDE051: hue angle of 74.69º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE051 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 81 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.12 |
| HSL | 74.69º | 0.7% | 0.6% | - |
| HSV(B) | 74.69º | 0.64% | 0.88% | - |
| XYZ | 49.13 | 64.72 | 17.69 | - |
| YUV | 197.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 81 | 0.16 | 0 | 0.64 | 0.12 | 74.69 | 0.7 | 0.6 |
| Hex | BD | E0 | 51 | 10 | 0 | 40 | C | 4B | 46 | 3C |
| Octal | 275 | 340 | 121 | 20 | 0 | 100 | 14 | 113 | 106 | 74 |
| Binary | 10111101 | 11100000 | 1010001 | 10000 | 0 | 1000000 | 1100 | 1001011 | 1000110 | 111100 |
Color Harmonies of #BDE051
Complementary color
Monochromatic Colors of #BDE051
Black with #BDE051
Text Example
Text Example
White with #BDE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE051; }
p { color: rgb(189,224,81); }
H1.HeaderClassName
{
color: #BDE051;
}
.AnyTagClassName
{
color: #BDE051;
}
</style>
background-color css
<style>
a { background-color: #BDE051; }
a { background-color: rgb(189,224,81); }
div.DivClassName
{
background-color: #BDE051;
}
.BgClassName
{
background-color: #BDE051;
}
</style>
border-color css
<style>
span { border-color: #BDE051; }
span { border-color: rgb(189,224,81); }
td.TdClassName
{
border-color: #BDE051;
}
.TagClassName
{
border-color: #BDE051;
}
</style>