Shades of Conifer #BDE05E
Tints of Conifer #BDE05E
RGB
CMYK
RGB Variations
Color information
#BDE05E (or 0xBDE05E) is known color: Conifer. HEX triplet: BD, E0 and 5E. RGB value is (189,224,94). Sum of RGB (Red+Green+Blue) = 189+224+94=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE05E is #421FA1. Grayscale: #C7C7C7. Windows color (decimal): -4333474 or 6217917. OLE color: 6217917.
HSL color Cylindrical-coordinate representation of color #BDE05E: hue angle of 76.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDE05E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 94 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.12 |
| HSL | 76.15º | 0.68% | 0.62% | - |
| HSV(B) | 76.15º | 0.58% | 0.88% | - |
| XYZ | 49.66 | 64.94 | 20.51 | - |
| YUV | 198.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 94 | 0.16 | 0 | 0.58 | 0.12 | 76.15 | 0.68 | 0.62 |
| Hex | BD | E0 | 5E | 10 | 0 | 3A | C | 4C | 44 | 3E |
| Octal | 275 | 340 | 136 | 20 | 0 | 72 | 14 | 114 | 104 | 76 |
| Binary | 10111101 | 11100000 | 1011110 | 10000 | 0 | 111010 | 1100 | 1001100 | 1000100 | 111110 |
Color Harmonies of #BDE05E
Complementary color
Monochromatic Colors of #BDE05E
Black with #BDE05E
Text Example
Text Example
White with #BDE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE05E; }
p { color: rgb(189,224,94); }
H1.HeaderClassName
{
color: #BDE05E;
}
.AnyTagClassName
{
color: #BDE05E;
}
</style>
background-color css
<style>
a { background-color: #BDE05E; }
a { background-color: rgb(189,224,94); }
div.DivClassName
{
background-color: #BDE05E;
}
.BgClassName
{
background-color: #BDE05E;
}
</style>
border-color css
<style>
span { border-color: #BDE05E; }
span { border-color: rgb(189,224,94); }
td.TdClassName
{
border-color: #BDE05E;
}
.TagClassName
{
border-color: #BDE05E;
}
</style>