Shades of Conifer #BDE068
Tints of Conifer #BDE068
RGB
CMYK
RGB Variations
Color information
#BDE068 (or 0xBDE068) is known color: Conifer. HEX triplet: BD, E0 and 68. RGB value is (189,224,104). Sum of RGB (Red+Green+Blue) = 189+224+104=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE068 is #421F97. Grayscale: #C8C8C8. Windows color (decimal): -4333464 or 6873277. OLE color: 6873277.
HSL color Cylindrical-coordinate representation of color #BDE068: hue angle of 77.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE068 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 104 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.12 |
| HSL | 77.5º | 0.66% | 0.64% | - |
| HSV(B) | 77.5º | 0.54% | 0.88% | - |
| XYZ | 50.14 | 65.13 | 23.03 | - |
| YUV | 199.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 104 | 0.16 | 0 | 0.54 | 0.12 | 77.5 | 0.66 | 0.64 |
| Hex | BD | E0 | 68 | 10 | 0 | 36 | C | 4E | 42 | 40 |
| Octal | 275 | 340 | 150 | 20 | 0 | 66 | 14 | 116 | 102 | 100 |
| Binary | 10111101 | 11100000 | 1101000 | 10000 | 0 | 110110 | 1100 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BDE068
Complementary color
Monochromatic Colors of #BDE068
Black with #BDE068
Text Example
Text Example
White with #BDE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE068; }
p { color: rgb(189,224,104); }
H1.HeaderClassName
{
color: #BDE068;
}
.AnyTagClassName
{
color: #BDE068;
}
</style>
background-color css
<style>
a { background-color: #BDE068; }
a { background-color: rgb(189,224,104); }
div.DivClassName
{
background-color: #BDE068;
}
.BgClassName
{
background-color: #BDE068;
}
</style>
border-color css
<style>
span { border-color: #BDE068; }
span { border-color: rgb(189,224,104); }
td.TdClassName
{
border-color: #BDE068;
}
.TagClassName
{
border-color: #BDE068;
}
</style>