Shades of Conifer #BDE065
Tints of Conifer #BDE065
RGB
CMYK
RGB Variations
Color information
#BDE065 (or 0xBDE065) is known color: Conifer. HEX triplet: BD, E0 and 65. RGB value is (189,224,101). Sum of RGB (Red+Green+Blue) = 189+224+101=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE065 is #421F9A. Grayscale: #C7C7C7. Windows color (decimal): -4333467 or 6676669. OLE color: 6676669.
HSL color Cylindrical-coordinate representation of color #BDE065: hue angle of 77.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE065 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 101 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.12 |
| HSL | 77.07º | 0.66% | 0.64% | - |
| HSV(B) | 77.07º | 0.55% | 0.88% | - |
| XYZ | 49.99 | 65.07 | 22.24 | - |
| YUV | 199.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 101 | 0.16 | 0 | 0.55 | 0.12 | 77.07 | 0.66 | 0.64 |
| Hex | BD | E0 | 65 | 10 | 0 | 37 | C | 4D | 42 | 40 |
| Octal | 275 | 340 | 145 | 20 | 0 | 67 | 14 | 115 | 102 | 100 |
| Binary | 10111101 | 11100000 | 1100101 | 10000 | 0 | 110111 | 1100 | 1001101 | 1000010 | 1000000 |
Color Harmonies of #BDE065
Complementary color
Monochromatic Colors of #BDE065
Black with #BDE065
Text Example
Text Example
White with #BDE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE065; }
p { color: rgb(189,224,101); }
H1.HeaderClassName
{
color: #BDE065;
}
.AnyTagClassName
{
color: #BDE065;
}
</style>
background-color css
<style>
a { background-color: #BDE065; }
a { background-color: rgb(189,224,101); }
div.DivClassName
{
background-color: #BDE065;
}
.BgClassName
{
background-color: #BDE065;
}
</style>
border-color css
<style>
span { border-color: #BDE065; }
span { border-color: rgb(189,224,101); }
td.TdClassName
{
border-color: #BDE065;
}
.TagClassName
{
border-color: #BDE065;
}
</style>