Shades of Conifer #BDE65E
Tints of Conifer #BDE65E
RGB
CMYK
RGB Variations
Color information
#BDE65E (or 0xBDE65E) is known color: Conifer. HEX triplet: BD, E6 and 5E. RGB value is (189,230,94). Sum of RGB (Red+Green+Blue) = 189+230+94=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE65E is #4219A1. Grayscale: #CACACA. Windows color (decimal): -4331938 or 6219453. OLE color: 6219453.
HSL color Cylindrical-coordinate representation of color #BDE65E: hue angle of 78.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE65E is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 94 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.10 |
| HSL | 78.09º | 0.73% | 0.64% | - |
| HSV(B) | 78.09º | 0.59% | 0.9% | - |
| XYZ | 51.3 | 68.22 | 21.05 | - |
| YUV | 202.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 94 | 0.18 | 0 | 0.59 | 0.10 | 78.09 | 0.73 | 0.64 |
| Hex | BD | E6 | 5E | 12 | 0 | 3B | A | 4E | 49 | 40 |
| Octal | 275 | 346 | 136 | 22 | 0 | 73 | 12 | 116 | 111 | 100 |
| Binary | 10111101 | 11100110 | 1011110 | 10010 | 0 | 111011 | 1010 | 1001110 | 1001001 | 1000000 |
Color Harmonies of #BDE65E
Complementary color
Monochromatic Colors of #BDE65E
Black with #BDE65E
Text Example
Text Example
White with #BDE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE65E; }
p { color: rgb(189,230,94); }
H1.HeaderClassName
{
color: #BDE65E;
}
.AnyTagClassName
{
color: #BDE65E;
}
</style>
background-color css
<style>
a { background-color: #BDE65E; }
a { background-color: rgb(189,230,94); }
div.DivClassName
{
background-color: #BDE65E;
}
.BgClassName
{
background-color: #BDE65E;
}
</style>
border-color css
<style>
span { border-color: #BDE65E; }
span { border-color: rgb(189,230,94); }
td.TdClassName
{
border-color: #BDE65E;
}
.TagClassName
{
border-color: #BDE65E;
}
</style>