Shades of Conifer #BDF148
Tints of Conifer #BDF148
RGB
CMYK
RGB Variations
Color information
#BDF148 (or 0xBDF148) is known color: Conifer. HEX triplet: BD, F1 and 48. RGB value is (189,241,72). Sum of RGB (Red+Green+Blue) = 189+241+72=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF148 is #420EB7. Grayscale: #CECECE. Windows color (decimal): -4329144 or 4780477. OLE color: 4780477.
HSL color Cylindrical-coordinate representation of color #BDF148: hue angle of 78.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF148 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 72 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.05 |
| HSL | 78.46º | 0.86% | 0.61% | - |
| HSV(B) | 78.46º | 0.7% | 0.95% | - |
| XYZ | 53.61 | 74.2 | 17.63 | - |
| YUV | 206.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 72 | 0.22 | 0 | 0.70 | 0.05 | 78.46 | 0.86 | 0.61 |
| Hex | BD | F1 | 48 | 16 | 0 | 46 | 5 | 4E | 56 | 3D |
| Octal | 275 | 361 | 110 | 26 | 0 | 106 | 5 | 116 | 126 | 75 |
| Binary | 10111101 | 11110001 | 1001000 | 10110 | 0 | 1000110 | 101 | 1001110 | 1010110 | 111101 |
Color Harmonies of #BDF148
Complementary color
Monochromatic Colors of #BDF148
Black with #BDF148
Text Example
Text Example
White with #BDF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF148; }
p { color: rgb(189,241,72); }
H1.HeaderClassName
{
color: #BDF148;
}
.AnyTagClassName
{
color: #BDF148;
}
</style>
background-color css
<style>
a { background-color: #BDF148; }
a { background-color: rgb(189,241,72); }
div.DivClassName
{
background-color: #BDF148;
}
.BgClassName
{
background-color: #BDF148;
}
</style>
border-color css
<style>
span { border-color: #BDF148; }
span { border-color: rgb(189,241,72); }
td.TdClassName
{
border-color: #BDF148;
}
.TagClassName
{
border-color: #BDF148;
}
</style>