Shades of Conifer #BDF548
Tints of Conifer #BDF548
RGB
CMYK
RGB Variations
Color information
#BDF548 (or 0xBDF548) is known color: Conifer. HEX triplet: BD, F5 and 48. RGB value is (189,245,72). Sum of RGB (Red+Green+Blue) = 189+245+72=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF548 is #420AB7. Grayscale: #D1D1D1. Windows color (decimal): -4328120 or 4781501. OLE color: 4781501.
HSL color Cylindrical-coordinate representation of color #BDF548: hue angle of 79.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF548 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 72 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.04 |
| HSL | 79.42º | 0.9% | 0.62% | - |
| HSV(B) | 79.42º | 0.71% | 0.96% | - |
| XYZ | 54.81 | 76.59 | 18.03 | - |
| YUV | 208.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 72 | 0.23 | 0 | 0.71 | 0.04 | 79.42 | 0.9 | 0.62 |
| Hex | BD | F5 | 48 | 17 | 0 | 47 | 4 | 4F | 5A | 3E |
| Octal | 275 | 365 | 110 | 27 | 0 | 107 | 4 | 117 | 132 | 76 |
| Binary | 10111101 | 11110101 | 1001000 | 10111 | 0 | 1000111 | 100 | 1001111 | 1011010 | 111110 |
Color Harmonies of #BDF548
Complementary color
Monochromatic Colors of #BDF548
Black with #BDF548
Text Example
Text Example
White with #BDF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF548; }
p { color: rgb(189,245,72); }
H1.HeaderClassName
{
color: #BDF548;
}
.AnyTagClassName
{
color: #BDF548;
}
</style>
background-color css
<style>
a { background-color: #BDF548; }
a { background-color: rgb(189,245,72); }
div.DivClassName
{
background-color: #BDF548;
}
.BgClassName
{
background-color: #BDF548;
}
</style>
border-color css
<style>
span { border-color: #BDF548; }
span { border-color: rgb(189,245,72); }
td.TdClassName
{
border-color: #BDF548;
}
.TagClassName
{
border-color: #BDF548;
}
</style>