Shades of Conifer #BDE158
Tints of Conifer #BDE158
RGB
CMYK
RGB Variations
Color information
#BDE158 (or 0xBDE158) is known color: Conifer. HEX triplet: BD, E1 and 58. RGB value is (189,225,88). Sum of RGB (Red+Green+Blue) = 189+225+88=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE158 is #421EA7. Grayscale: #C7C7C7. Windows color (decimal): -4333224 or 5824957. OLE color: 5824957.
HSL color Cylindrical-coordinate representation of color #BDE158: hue angle of 75.77º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDE158 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 88 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.12 |
| HSL | 75.77º | 0.7% | 0.61% | - |
| HSV(B) | 75.77º | 0.61% | 0.88% | - |
| XYZ | 49.67 | 65.37 | 19.23 | - |
| YUV | 198.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 88 | 0.16 | 0 | 0.61 | 0.12 | 75.77 | 0.7 | 0.61 |
| Hex | BD | E1 | 58 | 10 | 0 | 3D | C | 4C | 46 | 3D |
| Octal | 275 | 341 | 130 | 20 | 0 | 75 | 14 | 114 | 106 | 75 |
| Binary | 10111101 | 11100001 | 1011000 | 10000 | 0 | 111101 | 1100 | 1001100 | 1000110 | 111101 |
Color Harmonies of #BDE158
Complementary color
Monochromatic Colors of #BDE158
Black with #BDE158
Text Example
Text Example
White with #BDE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE158; }
p { color: rgb(189,225,88); }
H1.HeaderClassName
{
color: #BDE158;
}
.AnyTagClassName
{
color: #BDE158;
}
</style>
background-color css
<style>
a { background-color: #BDE158; }
a { background-color: rgb(189,225,88); }
div.DivClassName
{
background-color: #BDE158;
}
.BgClassName
{
background-color: #BDE158;
}
</style>
border-color css
<style>
span { border-color: #BDE158; }
span { border-color: rgb(189,225,88); }
td.TdClassName
{
border-color: #BDE158;
}
.TagClassName
{
border-color: #BDE158;
}
</style>