Shades of Conifer #BDE647
Tints of Conifer #BDE647
RGB
CMYK
RGB Variations
Color information
#BDE647 (or 0xBDE647) is known color: Conifer. HEX triplet: BD, E6 and 47. RGB value is (189,230,71). Sum of RGB (Red+Green+Blue) = 189+230+71=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE647 is #4219B8. Grayscale: #C8C8C8. Windows color (decimal): -4331961 or 4712125. OLE color: 4712125.
HSL color Cylindrical-coordinate representation of color #BDE647: hue angle of 75.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDE647 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 71 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.10 |
| HSL | 75.47º | 0.76% | 0.59% | - |
| HSV(B) | 75.47º | 0.69% | 0.9% | - |
| XYZ | 50.42 | 67.87 | 16.4 | - |
| YUV | 199.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 71 | 0.18 | 0 | 0.69 | 0.10 | 75.47 | 0.76 | 0.59 |
| Hex | BD | E6 | 47 | 12 | 0 | 45 | A | 4B | 4C | 3B |
| Octal | 275 | 346 | 107 | 22 | 0 | 105 | 12 | 113 | 114 | 73 |
| Binary | 10111101 | 11100110 | 1000111 | 10010 | 0 | 1000101 | 1010 | 1001011 | 1001100 | 111011 |
Color Harmonies of #BDE647
Complementary color
Monochromatic Colors of #BDE647
Black with #BDE647
Text Example
Text Example
White with #BDE647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE647; }
p { color: rgb(189,230,71); }
H1.HeaderClassName
{
color: #BDE647;
}
.AnyTagClassName
{
color: #BDE647;
}
</style>
background-color css
<style>
a { background-color: #BDE647; }
a { background-color: rgb(189,230,71); }
div.DivClassName
{
background-color: #BDE647;
}
.BgClassName
{
background-color: #BDE647;
}
</style>
border-color css
<style>
span { border-color: #BDE647; }
span { border-color: rgb(189,230,71); }
td.TdClassName
{
border-color: #BDE647;
}
.TagClassName
{
border-color: #BDE647;
}
</style>