Shades of Conifer #BDE55B
Tints of Conifer #BDE55B
RGB
CMYK
RGB Variations
Color information
#BDE55B (or 0xBDE55B) is known color: Conifer. HEX triplet: BD, E5 and 5B. RGB value is (189,229,91). Sum of RGB (Red+Green+Blue) = 189+229+91=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE55B is #421AA4. Grayscale: #C9C9C9. Windows color (decimal): -4332197 or 6022589. OLE color: 6022589.
HSL color Cylindrical-coordinate representation of color #BDE55B: hue angle of 77.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE55B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 91 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.10 |
| HSL | 77.39º | 0.73% | 0.63% | - |
| HSV(B) | 77.39º | 0.6% | 0.9% | - |
| XYZ | 50.89 | 67.61 | 20.27 | - |
| YUV | 201.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 91 | 0.17 | 0 | 0.60 | 0.10 | 77.39 | 0.73 | 0.63 |
| Hex | BD | E5 | 5B | 11 | 0 | 3C | A | 4D | 49 | 3F |
| Octal | 275 | 345 | 133 | 21 | 0 | 74 | 12 | 115 | 111 | 77 |
| Binary | 10111101 | 11100101 | 1011011 | 10001 | 0 | 111100 | 1010 | 1001101 | 1001001 | 111111 |
Color Harmonies of #BDE55B
Complementary color
Monochromatic Colors of #BDE55B
Black with #BDE55B
Text Example
Text Example
White with #BDE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE55B; }
p { color: rgb(189,229,91); }
H1.HeaderClassName
{
color: #BDE55B;
}
.AnyTagClassName
{
color: #BDE55B;
}
</style>
background-color css
<style>
a { background-color: #BDE55B; }
a { background-color: rgb(189,229,91); }
div.DivClassName
{
background-color: #BDE55B;
}
.BgClassName
{
background-color: #BDE55B;
}
</style>
border-color css
<style>
span { border-color: #BDE55B; }
span { border-color: rgb(189,229,91); }
td.TdClassName
{
border-color: #BDE55B;
}
.TagClassName
{
border-color: #BDE55B;
}
</style>