Shades of Conifer #BDE365
Tints of Conifer #BDE365
RGB
CMYK
RGB Variations
Color information
#BDE365 (or 0xBDE365) is known color: Conifer. HEX triplet: BD, E3 and 65. RGB value is (189,227,101). Sum of RGB (Red+Green+Blue) = 189+227+101=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE365 is #421C9A. Grayscale: #C9C9C9. Windows color (decimal): -4332699 or 6677437. OLE color: 6677437.
HSL color Cylindrical-coordinate representation of color #BDE365: hue angle of 78.1º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE365 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 101 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.11 |
| HSL | 78.1º | 0.69% | 0.64% | - |
| HSV(B) | 78.1º | 0.56% | 0.89% | - |
| XYZ | 50.8 | 66.7 | 22.51 | - |
| YUV | 201.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 101 | 0.17 | 0 | 0.56 | 0.11 | 78.1 | 0.69 | 0.64 |
| Hex | BD | E3 | 65 | 11 | 0 | 38 | B | 4E | 45 | 40 |
| Octal | 275 | 343 | 145 | 21 | 0 | 70 | 13 | 116 | 105 | 100 |
| Binary | 10111101 | 11100011 | 1100101 | 10001 | 0 | 111000 | 1011 | 1001110 | 1000101 | 1000000 |
Color Harmonies of #BDE365
Complementary color
Monochromatic Colors of #BDE365
Black with #BDE365
Text Example
Text Example
White with #BDE365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE365; }
p { color: rgb(189,227,101); }
H1.HeaderClassName
{
color: #BDE365;
}
.AnyTagClassName
{
color: #BDE365;
}
</style>
background-color css
<style>
a { background-color: #BDE365; }
a { background-color: rgb(189,227,101); }
div.DivClassName
{
background-color: #BDE365;
}
.BgClassName
{
background-color: #BDE365;
}
</style>
border-color css
<style>
span { border-color: #BDE365; }
span { border-color: rgb(189,227,101); }
td.TdClassName
{
border-color: #BDE365;
}
.TagClassName
{
border-color: #BDE365;
}
</style>