Shades of Conifer #BDEF5D
Tints of Conifer #BDEF5D
RGB
CMYK
RGB Variations
Color information
#BDEF5D (or 0xBDEF5D) is known color: Conifer. HEX triplet: BD, EF and 5D. RGB value is (189,239,93). Sum of RGB (Red+Green+Blue) = 189+239+93=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF5D is #4210A2. Grayscale: #CFCFCF. Windows color (decimal): -4329635 or 6156221. OLE color: 6156221.
HSL color Cylindrical-coordinate representation of color #BDEF5D: hue angle of 80.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDEF5D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 93 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.06 |
| HSL | 80.55º | 0.82% | 0.65% | - |
| HSV(B) | 80.55º | 0.61% | 0.94% | - |
| XYZ | 53.83 | 73.34 | 21.68 | - |
| YUV | 207.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 93 | 0.21 | 0 | 0.61 | 0.06 | 80.55 | 0.82 | 0.65 |
| Hex | BD | EF | 5D | 15 | 0 | 3D | 6 | 51 | 52 | 41 |
| Octal | 275 | 357 | 135 | 25 | 0 | 75 | 6 | 121 | 122 | 101 |
| Binary | 10111101 | 11101111 | 1011101 | 10101 | 0 | 111101 | 110 | 1010001 | 1010010 | 1000001 |
Color Harmonies of #BDEF5D
Complementary color
Monochromatic Colors of #BDEF5D
Black with #BDEF5D
Text Example
Text Example
White with #BDEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF5D; }
p { color: rgb(189,239,93); }
H1.HeaderClassName
{
color: #BDEF5D;
}
.AnyTagClassName
{
color: #BDEF5D;
}
</style>
background-color css
<style>
a { background-color: #BDEF5D; }
a { background-color: rgb(189,239,93); }
div.DivClassName
{
background-color: #BDEF5D;
}
.BgClassName
{
background-color: #BDEF5D;
}
</style>
border-color css
<style>
span { border-color: #BDEF5D; }
span { border-color: rgb(189,239,93); }
td.TdClassName
{
border-color: #BDEF5D;
}
.TagClassName
{
border-color: #BDEF5D;
}
</style>