Shades of Conifer #BDE54B
Tints of Conifer #BDE54B
RGB
CMYK
RGB Variations
Color information
#BDE54B (or 0xBDE54B) is known color: Conifer. HEX triplet: BD, E5 and 4B. RGB value is (189,229,75). Sum of RGB (Red+Green+Blue) = 189+229+75=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE54B is #421AB4. Grayscale: #C8C8C8. Windows color (decimal): -4332213 or 4974013. OLE color: 4974013.
HSL color Cylindrical-coordinate representation of color #BDE54B: hue angle of 75.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDE54B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 75 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.10 |
| HSL | 75.58º | 0.75% | 0.6% | - |
| HSV(B) | 75.58º | 0.67% | 0.9% | - |
| XYZ | 50.28 | 67.37 | 17.01 | - |
| YUV | 199.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 75 | 0.17 | 0 | 0.67 | 0.10 | 75.58 | 0.75 | 0.6 |
| Hex | BD | E5 | 4B | 11 | 0 | 43 | A | 4C | 4B | 3C |
| Octal | 275 | 345 | 113 | 21 | 0 | 103 | 12 | 114 | 113 | 74 |
| Binary | 10111101 | 11100101 | 1001011 | 10001 | 0 | 1000011 | 1010 | 1001100 | 1001011 | 111100 |
Color Harmonies of #BDE54B
Complementary color
Monochromatic Colors of #BDE54B
Black with #BDE54B
Text Example
Text Example
White with #BDE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE54B; }
p { color: rgb(189,229,75); }
H1.HeaderClassName
{
color: #BDE54B;
}
.AnyTagClassName
{
color: #BDE54B;
}
</style>
background-color css
<style>
a { background-color: #BDE54B; }
a { background-color: rgb(189,229,75); }
div.DivClassName
{
background-color: #BDE54B;
}
.BgClassName
{
background-color: #BDE54B;
}
</style>
border-color css
<style>
span { border-color: #BDE54B; }
span { border-color: rgb(189,229,75); }
td.TdClassName
{
border-color: #BDE54B;
}
.TagClassName
{
border-color: #BDE54B;
}
</style>