Shades of Conifer #BDE255
Tints of Conifer #BDE255
RGB
CMYK
RGB Variations
Color information
#BDE255 (or 0xBDE255) is known color: Conifer. HEX triplet: BD, E2 and 55. RGB value is (189,226,85). Sum of RGB (Red+Green+Blue) = 189+226+85=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE255 is #421DAA. Grayscale: #C7C7C7. Windows color (decimal): -4332971 or 5628605. OLE color: 5628605.
HSL color Cylindrical-coordinate representation of color #BDE255: hue angle of 75.74º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDE255 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 85 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.11 |
| HSL | 75.74º | 0.71% | 0.61% | - |
| HSV(B) | 75.74º | 0.62% | 0.89% | - |
| XYZ | 49.82 | 65.87 | 18.68 | - |
| YUV | 198.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 85 | 0.16 | 0 | 0.62 | 0.11 | 75.74 | 0.71 | 0.61 |
| Hex | BD | E2 | 55 | 10 | 0 | 3E | B | 4C | 47 | 3D |
| Octal | 275 | 342 | 125 | 20 | 0 | 76 | 13 | 114 | 107 | 75 |
| Binary | 10111101 | 11100010 | 1010101 | 10000 | 0 | 111110 | 1011 | 1001100 | 1000111 | 111101 |
Color Harmonies of #BDE255
Complementary color
Monochromatic Colors of #BDE255
Black with #BDE255
Text Example
Text Example
White with #BDE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE255; }
p { color: rgb(189,226,85); }
H1.HeaderClassName
{
color: #BDE255;
}
.AnyTagClassName
{
color: #BDE255;
}
</style>
background-color css
<style>
a { background-color: #BDE255; }
a { background-color: rgb(189,226,85); }
div.DivClassName
{
background-color: #BDE255;
}
.BgClassName
{
background-color: #BDE255;
}
</style>
border-color css
<style>
span { border-color: #BDE255; }
span { border-color: rgb(189,226,85); }
td.TdClassName
{
border-color: #BDE255;
}
.TagClassName
{
border-color: #BDE255;
}
</style>