Shades of Conifer #BDFE59
Tints of Conifer #BDFE59
RGB
CMYK
RGB Variations
Color information
#BDFE59 (or 0xBDFE59) is known color: Conifer. HEX triplet: BD, FE and 59. RGB value is (189,254,89). Sum of RGB (Red+Green+Blue) = 189+254+89=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE59 is #4201A6. Grayscale: #D8D8D8. Windows color (decimal): -4325799 or 5897917. OLE color: 5897917.
HSL color Cylindrical-coordinate representation of color #BDFE59: hue angle of 83.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDFE59 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 89 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.00 |
| HSL | 83.64º | 0.99% | 0.67% | - |
| HSV(B) | 83.64º | 0.65% | 1% | - |
| XYZ | 58.23 | 82.42 | 22.29 | - |
| YUV | 215.76 | 56.47 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 89 | 0.26 | 0 | 0.65 | 0.00 | 83.64 | 0.99 | 0.67 |
| Hex | BD | FE | 59 | 1A | 0 | 41 | 0 | 54 | 63 | 43 |
| Octal | 275 | 376 | 131 | 32 | 0 | 101 | 0 | 124 | 143 | 103 |
| Binary | 10111101 | 11111110 | 1011001 | 11010 | 0 | 1000001 | 0 | 1010100 | 1100011 | 1000011 |
Color Harmonies of #BDFE59
Complementary color
Monochromatic Colors of #BDFE59
Black with #BDFE59
Text Example
Text Example
White with #BDFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE59; }
p { color: rgb(189,254,89); }
H1.HeaderClassName
{
color: #BDFE59;
}
.AnyTagClassName
{
color: #BDFE59;
}
</style>
background-color css
<style>
a { background-color: #BDFE59; }
a { background-color: rgb(189,254,89); }
div.DivClassName
{
background-color: #BDFE59;
}
.BgClassName
{
background-color: #BDFE59;
}
</style>
border-color css
<style>
span { border-color: #BDFE59; }
span { border-color: rgb(189,254,89); }
td.TdClassName
{
border-color: #BDFE59;
}
.TagClassName
{
border-color: #BDFE59;
}
</style>