Shades of Conifer #BDF040
Tints of Conifer #BDF040
RGB
CMYK
RGB Variations
Color information
#BDF040 (or 0xBDF040) is known color: Conifer. HEX triplet: BD, F0 and 40. RGB value is (189,240,64). Sum of RGB (Red+Green+Blue) = 189+240+64=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF040 is #420FBF. Grayscale: #CDCDCD. Windows color (decimal): -4329408 or 4255933. OLE color: 4255933.
HSL color Cylindrical-coordinate representation of color #BDF040: hue angle of 77.39º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF040 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 64 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.06 |
| HSL | 77.39º | 0.85% | 0.6% | - |
| HSV(B) | 77.39º | 0.73% | 0.94% | - |
| XYZ | 53.07 | 73.51 | 16.24 | - |
| YUV | 204.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 64 | 0.21 | 0 | 0.73 | 0.06 | 77.39 | 0.85 | 0.6 |
| Hex | BD | F0 | 40 | 15 | 0 | 49 | 6 | 4D | 55 | 3C |
| Octal | 275 | 360 | 100 | 25 | 0 | 111 | 6 | 115 | 125 | 74 |
| Binary | 10111101 | 11110000 | 1000000 | 10101 | 0 | 1001001 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BDF040
Complementary color
Monochromatic Colors of #BDF040
Black with #BDF040
Text Example
Text Example
White with #BDF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF040; }
p { color: rgb(189,240,64); }
H1.HeaderClassName
{
color: #BDF040;
}
.AnyTagClassName
{
color: #BDF040;
}
</style>
background-color css
<style>
a { background-color: #BDF040; }
a { background-color: rgb(189,240,64); }
div.DivClassName
{
background-color: #BDF040;
}
.BgClassName
{
background-color: #BDF040;
}
</style>
border-color css
<style>
span { border-color: #BDF040; }
span { border-color: rgb(189,240,64); }
td.TdClassName
{
border-color: #BDF040;
}
.TagClassName
{
border-color: #BDF040;
}
</style>