Shades of Conifer #BDF049
Tints of Conifer #BDF049
RGB
CMYK
RGB Variations
Color information
#BDF049 (or 0xBDF049) is known color: Conifer. HEX triplet: BD, F0 and 49. RGB value is (189,240,73). Sum of RGB (Red+Green+Blue) = 189+240+73=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF049 is #420FB6. Grayscale: #CECECE. Windows color (decimal): -4329399 or 4845757. OLE color: 4845757.
HSL color Cylindrical-coordinate representation of color #BDF049: hue angle of 78.32º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF049 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 73 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.06 |
| HSL | 78.32º | 0.85% | 0.61% | - |
| HSV(B) | 78.32º | 0.7% | 0.94% | - |
| XYZ | 53.35 | 73.62 | 17.7 | - |
| YUV | 205.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 73 | 0.21 | 0 | 0.70 | 0.06 | 78.32 | 0.85 | 0.61 |
| Hex | BD | F0 | 49 | 15 | 0 | 46 | 6 | 4E | 55 | 3D |
| Octal | 275 | 360 | 111 | 25 | 0 | 106 | 6 | 116 | 125 | 75 |
| Binary | 10111101 | 11110000 | 1001001 | 10101 | 0 | 1000110 | 110 | 1001110 | 1010101 | 111101 |
Color Harmonies of #BDF049
Complementary color
Monochromatic Colors of #BDF049
Black with #BDF049
Text Example
Text Example
White with #BDF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF049; }
p { color: rgb(189,240,73); }
H1.HeaderClassName
{
color: #BDF049;
}
.AnyTagClassName
{
color: #BDF049;
}
</style>
background-color css
<style>
a { background-color: #BDF049; }
a { background-color: rgb(189,240,73); }
div.DivClassName
{
background-color: #BDF049;
}
.BgClassName
{
background-color: #BDF049;
}
</style>
border-color css
<style>
span { border-color: #BDF049; }
span { border-color: rgb(189,240,73); }
td.TdClassName
{
border-color: #BDF049;
}
.TagClassName
{
border-color: #BDF049;
}
</style>