Shades of Conifer #BDE85D
Tints of Conifer #BDE85D
RGB
CMYK
RGB Variations
Color information
#BDE85D (or 0xBDE85D) is known color: Conifer. HEX triplet: BD, E8 and 5D. RGB value is (189,232,93). Sum of RGB (Red+Green+Blue) = 189+232+93=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE85D is #4217A2. Grayscale: #CBCBCB. Windows color (decimal): -4331427 or 6154429. OLE color: 6154429.
HSL color Cylindrical-coordinate representation of color #BDE85D: hue angle of 78.56º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE85D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 78.56º | 0.75% | 0.64% | - |
| HSV(B) | 78.56º | 0.6% | 0.91% | - |
| XYZ | 51.82 | 69.32 | 21.01 | - |
| YUV | 203.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 93 | 0.19 | 0 | 0.60 | 0.09 | 78.56 | 0.75 | 0.64 |
| Hex | BD | E8 | 5D | 13 | 0 | 3C | 9 | 4F | 4B | 40 |
| Octal | 275 | 350 | 135 | 23 | 0 | 74 | 11 | 117 | 113 | 100 |
| Binary | 10111101 | 11101000 | 1011101 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BDE85D
Complementary color
Monochromatic Colors of #BDE85D
Black with #BDE85D
Text Example
Text Example
White with #BDE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE85D; }
p { color: rgb(189,232,93); }
H1.HeaderClassName
{
color: #BDE85D;
}
.AnyTagClassName
{
color: #BDE85D;
}
</style>
background-color css
<style>
a { background-color: #BDE85D; }
a { background-color: rgb(189,232,93); }
div.DivClassName
{
background-color: #BDE85D;
}
.BgClassName
{
background-color: #BDE85D;
}
</style>
border-color css
<style>
span { border-color: #BDE85D; }
span { border-color: rgb(189,232,93); }
td.TdClassName
{
border-color: #BDE85D;
}
.TagClassName
{
border-color: #BDE85D;
}
</style>