Shades of Conifer #BDED5D
Tints of Conifer #BDED5D
RGB
CMYK
RGB Variations
Color information
#BDED5D (or 0xBDED5D) is known color: Conifer. HEX triplet: BD, ED and 5D. RGB value is (189,237,93). Sum of RGB (Red+Green+Blue) = 189+237+93=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED5D is #4212A2. Grayscale: #CECECE. Windows color (decimal): -4330147 or 6155709. OLE color: 6155709.
HSL color Cylindrical-coordinate representation of color #BDED5D: hue angle of 80º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDED5D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 93 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.07 |
| HSL | 80º | 0.8% | 0.65% | - |
| HSV(B) | 80º | 0.61% | 0.93% | - |
| XYZ | 53.25 | 72.18 | 21.48 | - |
| YUV | 206.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 93 | 0.20 | 0 | 0.61 | 0.07 | 80 | 0.8 | 0.65 |
| Hex | BD | ED | 5D | 14 | 0 | 3D | 7 | 50 | 50 | 41 |
| Octal | 275 | 355 | 135 | 24 | 0 | 75 | 7 | 120 | 120 | 101 |
| Binary | 10111101 | 11101101 | 1011101 | 10100 | 0 | 111101 | 111 | 1010000 | 1010000 | 1000001 |
Color Harmonies of #BDED5D
Complementary color
Monochromatic Colors of #BDED5D
Black with #BDED5D
Text Example
Text Example
White with #BDED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED5D; }
p { color: rgb(189,237,93); }
H1.HeaderClassName
{
color: #BDED5D;
}
.AnyTagClassName
{
color: #BDED5D;
}
</style>
background-color css
<style>
a { background-color: #BDED5D; }
a { background-color: rgb(189,237,93); }
div.DivClassName
{
background-color: #BDED5D;
}
.BgClassName
{
background-color: #BDED5D;
}
</style>
border-color css
<style>
span { border-color: #BDED5D; }
span { border-color: rgb(189,237,93); }
td.TdClassName
{
border-color: #BDED5D;
}
.TagClassName
{
border-color: #BDED5D;
}
</style>