Shades of Conifer #BDE666
Tints of Conifer #BDE666
RGB
CMYK
RGB Variations
Color information
#BDE666 (or 0xBDE666) is known color: Conifer. HEX triplet: BD, E6 and 66. RGB value is (189,230,102). Sum of RGB (Red+Green+Blue) = 189+230+102=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE666 is #421999. Grayscale: #CBCBCB. Windows color (decimal): -4331930 or 6743741. OLE color: 6743741.
HSL color Cylindrical-coordinate representation of color #BDE666: hue angle of 79.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE666 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 102 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.10 |
| HSL | 79.22º | 0.72% | 0.65% | - |
| HSV(B) | 79.22º | 0.56% | 0.9% | - |
| XYZ | 51.68 | 68.37 | 23.04 | - |
| YUV | 203.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 102 | 0.18 | 0 | 0.56 | 0.10 | 79.22 | 0.72 | 0.65 |
| Hex | BD | E6 | 66 | 12 | 0 | 38 | A | 4F | 48 | 41 |
| Octal | 275 | 346 | 146 | 22 | 0 | 70 | 12 | 117 | 110 | 101 |
| Binary | 10111101 | 11100110 | 1100110 | 10010 | 0 | 111000 | 1010 | 1001111 | 1001000 | 1000001 |
Color Harmonies of #BDE666
Complementary color
Monochromatic Colors of #BDE666
Black with #BDE666
Text Example
Text Example
White with #BDE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE666; }
p { color: rgb(189,230,102); }
H1.HeaderClassName
{
color: #BDE666;
}
.AnyTagClassName
{
color: #BDE666;
}
</style>
background-color css
<style>
a { background-color: #BDE666; }
a { background-color: rgb(189,230,102); }
div.DivClassName
{
background-color: #BDE666;
}
.BgClassName
{
background-color: #BDE666;
}
</style>
border-color css
<style>
span { border-color: #BDE666; }
span { border-color: rgb(189,230,102); }
td.TdClassName
{
border-color: #BDE666;
}
.TagClassName
{
border-color: #BDE666;
}
</style>