Shades of Conifer #BDF044
Tints of Conifer #BDF044
RGB
CMYK
RGB Variations
Color information
#BDF044 (or 0xBDF044) is known color: Conifer. HEX triplet: BD, F0 and 44. RGB value is (189,240,68). Sum of RGB (Red+Green+Blue) = 189+240+68=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF044 is #420FBB. Grayscale: #CDCDCD. Windows color (decimal): -4329404 or 4518077. OLE color: 4518077.
HSL color Cylindrical-coordinate representation of color #BDF044: hue angle of 77.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF044 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 68 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.06 |
| HSL | 77.79º | 0.85% | 0.6% | - |
| HSV(B) | 77.79º | 0.72% | 0.94% | - |
| XYZ | 53.19 | 73.56 | 16.86 | - |
| YUV | 205.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 68 | 0.21 | 0 | 0.72 | 0.06 | 77.79 | 0.85 | 0.6 |
| Hex | BD | F0 | 44 | 15 | 0 | 48 | 6 | 4E | 55 | 3C |
| Octal | 275 | 360 | 104 | 25 | 0 | 110 | 6 | 116 | 125 | 74 |
| Binary | 10111101 | 11110000 | 1000100 | 10101 | 0 | 1001000 | 110 | 1001110 | 1010101 | 111100 |
Color Harmonies of #BDF044
Complementary color
Monochromatic Colors of #BDF044
Black with #BDF044
Text Example
Text Example
White with #BDF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF044; }
p { color: rgb(189,240,68); }
H1.HeaderClassName
{
color: #BDF044;
}
.AnyTagClassName
{
color: #BDF044;
}
</style>
background-color css
<style>
a { background-color: #BDF044; }
a { background-color: rgb(189,240,68); }
div.DivClassName
{
background-color: #BDF044;
}
.BgClassName
{
background-color: #BDF044;
}
</style>
border-color css
<style>
span { border-color: #BDF044; }
span { border-color: rgb(189,240,68); }
td.TdClassName
{
border-color: #BDF044;
}
.TagClassName
{
border-color: #BDF044;
}
</style>