Shades of Conifer #BDE248
Tints of Conifer #BDE248
RGB
CMYK
RGB Variations
Color information
#BDE248 (or 0xBDE248) is known color: Conifer. HEX triplet: BD, E2 and 48. RGB value is (189,226,72). Sum of RGB (Red+Green+Blue) = 189+226+72=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE248 is #421DB7. Grayscale: #C5C5C5. Windows color (decimal): -4332984 or 4776637. OLE color: 4776637.
HSL color Cylindrical-coordinate representation of color #BDE248: hue angle of 74.42º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE248 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.11 |
| HSL | 74.42º | 0.73% | 0.58% | - |
| HSV(B) | 74.42º | 0.68% | 0.89% | - |
| XYZ | 49.35 | 65.68 | 16.21 | - |
| YUV | 197.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 72 | 0.16 | 0 | 0.68 | 0.11 | 74.42 | 0.73 | 0.58 |
| Hex | BD | E2 | 48 | 10 | 0 | 44 | B | 4A | 49 | 3A |
| Octal | 275 | 342 | 110 | 20 | 0 | 104 | 13 | 112 | 111 | 72 |
| Binary | 10111101 | 11100010 | 1001000 | 10000 | 0 | 1000100 | 1011 | 1001010 | 1001001 | 111010 |
Color Harmonies of #BDE248
Complementary color
Monochromatic Colors of #BDE248
Black with #BDE248
Text Example
Text Example
White with #BDE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE248; }
p { color: rgb(189,226,72); }
H1.HeaderClassName
{
color: #BDE248;
}
.AnyTagClassName
{
color: #BDE248;
}
</style>
background-color css
<style>
a { background-color: #BDE248; }
a { background-color: rgb(189,226,72); }
div.DivClassName
{
background-color: #BDE248;
}
.BgClassName
{
background-color: #BDE248;
}
</style>
border-color css
<style>
span { border-color: #BDE248; }
span { border-color: rgb(189,226,72); }
td.TdClassName
{
border-color: #BDE248;
}
.TagClassName
{
border-color: #BDE248;
}
</style>