Shades of Conifer #BDE258
Tints of Conifer #BDE258
RGB
CMYK
RGB Variations
Color information
#BDE258 (or 0xBDE258) is known color: Conifer. HEX triplet: BD, E2 and 58. RGB value is (189,226,88). Sum of RGB (Red+Green+Blue) = 189+226+88=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE258 is #421DA7. Grayscale: #C7C7C7. Windows color (decimal): -4332968 or 5825213. OLE color: 5825213.
HSL color Cylindrical-coordinate representation of color #BDE258: hue angle of 76.09º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDE258 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 88 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.11 |
| HSL | 76.09º | 0.7% | 0.62% | - |
| HSV(B) | 76.09º | 0.61% | 0.89% | - |
| XYZ | 49.94 | 65.92 | 19.32 | - |
| YUV | 199.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 88 | 0.16 | 0 | 0.61 | 0.11 | 76.09 | 0.7 | 0.62 |
| Hex | BD | E2 | 58 | 10 | 0 | 3D | B | 4C | 46 | 3E |
| Octal | 275 | 342 | 130 | 20 | 0 | 75 | 13 | 114 | 106 | 76 |
| Binary | 10111101 | 11100010 | 1011000 | 10000 | 0 | 111101 | 1011 | 1001100 | 1000110 | 111110 |
Color Harmonies of #BDE258
Complementary color
Monochromatic Colors of #BDE258
Black with #BDE258
Text Example
Text Example
White with #BDE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE258; }
p { color: rgb(189,226,88); }
H1.HeaderClassName
{
color: #BDE258;
}
.AnyTagClassName
{
color: #BDE258;
}
</style>
background-color css
<style>
a { background-color: #BDE258; }
a { background-color: rgb(189,226,88); }
div.DivClassName
{
background-color: #BDE258;
}
.BgClassName
{
background-color: #BDE258;
}
</style>
border-color css
<style>
span { border-color: #BDE258; }
span { border-color: rgb(189,226,88); }
td.TdClassName
{
border-color: #BDE258;
}
.TagClassName
{
border-color: #BDE258;
}
</style>