Shades of Conifer #BDE366
Tints of Conifer #BDE366
RGB
CMYK
RGB Variations
Color information
#BDE366 (or 0xBDE366) is known color: Conifer. HEX triplet: BD, E3 and 66. RGB value is (189,227,102). Sum of RGB (Red+Green+Blue) = 189+227+102=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE366 is #421C99. Grayscale: #C9C9C9. Windows color (decimal): -4332698 or 6742973. OLE color: 6742973.
HSL color Cylindrical-coordinate representation of color #BDE366: hue angle of 78.24º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE366 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 102 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.11 |
| HSL | 78.24º | 0.69% | 0.65% | - |
| HSV(B) | 78.24º | 0.55% | 0.89% | - |
| XYZ | 50.85 | 66.72 | 22.77 | - |
| YUV | 201.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 102 | 0.17 | 0 | 0.55 | 0.11 | 78.24 | 0.69 | 0.65 |
| Hex | BD | E3 | 66 | 11 | 0 | 37 | B | 4E | 45 | 41 |
| Octal | 275 | 343 | 146 | 21 | 0 | 67 | 13 | 116 | 105 | 101 |
| Binary | 10111101 | 11100011 | 1100110 | 10001 | 0 | 110111 | 1011 | 1001110 | 1000101 | 1000001 |
Color Harmonies of #BDE366
Complementary color
Monochromatic Colors of #BDE366
Black with #BDE366
Text Example
Text Example
White with #BDE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE366; }
p { color: rgb(189,227,102); }
H1.HeaderClassName
{
color: #BDE366;
}
.AnyTagClassName
{
color: #BDE366;
}
</style>
background-color css
<style>
a { background-color: #BDE366; }
a { background-color: rgb(189,227,102); }
div.DivClassName
{
background-color: #BDE366;
}
.BgClassName
{
background-color: #BDE366;
}
</style>
border-color css
<style>
span { border-color: #BDE366; }
span { border-color: rgb(189,227,102); }
td.TdClassName
{
border-color: #BDE366;
}
.TagClassName
{
border-color: #BDE366;
}
</style>