Shades of Conifer #BDF047
Tints of Conifer #BDF047
RGB
CMYK
RGB Variations
Color information
#BDF047 (or 0xBDF047) is known color: Conifer. HEX triplet: BD, F0 and 47. RGB value is (189,240,71). Sum of RGB (Red+Green+Blue) = 189+240+71=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF047 is #420FB8. Grayscale: #CECECE. Windows color (decimal): -4329401 or 4714685. OLE color: 4714685.
HSL color Cylindrical-coordinate representation of color #BDF047: hue angle of 78.11º 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 #BDF047 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 71 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.06 |
| HSL | 78.11º | 0.85% | 0.61% | - |
| HSV(B) | 78.11º | 0.7% | 0.94% | - |
| XYZ | 53.28 | 73.59 | 17.36 | - |
| YUV | 205.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 71 | 0.21 | 0 | 0.70 | 0.06 | 78.11 | 0.85 | 0.61 |
| Hex | BD | F0 | 47 | 15 | 0 | 46 | 6 | 4E | 55 | 3D |
| Octal | 275 | 360 | 107 | 25 | 0 | 106 | 6 | 116 | 125 | 75 |
| Binary | 10111101 | 11110000 | 1000111 | 10101 | 0 | 1000110 | 110 | 1001110 | 1010101 | 111101 |
Color Harmonies of #BDF047
Complementary color
Monochromatic Colors of #BDF047
Black with #BDF047
Text Example
Text Example
White with #BDF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF047; }
p { color: rgb(189,240,71); }
H1.HeaderClassName
{
color: #BDF047;
}
.AnyTagClassName
{
color: #BDF047;
}
</style>
background-color css
<style>
a { background-color: #BDF047; }
a { background-color: rgb(189,240,71); }
div.DivClassName
{
background-color: #BDF047;
}
.BgClassName
{
background-color: #BDF047;
}
</style>
border-color css
<style>
span { border-color: #BDF047; }
span { border-color: rgb(189,240,71); }
td.TdClassName
{
border-color: #BDF047;
}
.TagClassName
{
border-color: #BDF047;
}
</style>