Shades of Conifer #BDEF56
Tints of Conifer #BDEF56
RGB
CMYK
RGB Variations
Color information
#BDEF56 (or 0xBDEF56) is known color: Conifer. HEX triplet: BD, EF and 56. RGB value is (189,239,86). Sum of RGB (Red+Green+Blue) = 189+239+86=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF56 is #4210A9. Grayscale: #CFCFCF. Windows color (decimal): -4329642 or 5697469. OLE color: 5697469.
HSL color Cylindrical-coordinate representation of color #BDEF56: hue angle of 79.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDEF56 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.06 |
| HSL | 79.61º | 0.83% | 0.64% | - |
| HSV(B) | 79.61º | 0.64% | 0.94% | - |
| XYZ | 53.53 | 73.22 | 20.12 | - |
| YUV | 206.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 86 | 0.21 | 0 | 0.64 | 0.06 | 79.61 | 0.83 | 0.64 |
| Hex | BD | EF | 56 | 15 | 0 | 40 | 6 | 50 | 53 | 40 |
| Octal | 275 | 357 | 126 | 25 | 0 | 100 | 6 | 120 | 123 | 100 |
| Binary | 10111101 | 11101111 | 1010110 | 10101 | 0 | 1000000 | 110 | 1010000 | 1010011 | 1000000 |
Color Harmonies of #BDEF56
Complementary color
Monochromatic Colors of #BDEF56
Black with #BDEF56
Text Example
Text Example
White with #BDEF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF56; }
p { color: rgb(189,239,86); }
H1.HeaderClassName
{
color: #BDEF56;
}
.AnyTagClassName
{
color: #BDEF56;
}
</style>
background-color css
<style>
a { background-color: #BDEF56; }
a { background-color: rgb(189,239,86); }
div.DivClassName
{
background-color: #BDEF56;
}
.BgClassName
{
background-color: #BDEF56;
}
</style>
border-color css
<style>
span { border-color: #BDEF56; }
span { border-color: rgb(189,239,86); }
td.TdClassName
{
border-color: #BDEF56;
}
.TagClassName
{
border-color: #BDEF56;
}
</style>