Shades of Conifer #BDFE54
Tints of Conifer #BDFE54
RGB
CMYK
RGB Variations
Color information
#BDFE54 (or 0xBDFE54) is known color: Conifer. HEX triplet: BD, FE and 54. RGB value is (189,254,84). Sum of RGB (Red+Green+Blue) = 189+254+84=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE54 is #4201AB. Grayscale: #D7D7D7. Windows color (decimal): -4325804 or 5570237. OLE color: 5570237.
HSL color Cylindrical-coordinate representation of color #BDFE54: hue angle of 82.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDFE54 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 84 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.00 |
| HSL | 82.94º | 0.99% | 0.66% | - |
| HSV(B) | 82.94º | 0.67% | 1% | - |
| XYZ | 58.03 | 82.34 | 21.22 | - |
| YUV | 215.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 84 | 0.26 | 0 | 0.67 | 0.00 | 82.94 | 0.99 | 0.66 |
| Hex | BD | FE | 54 | 1A | 0 | 43 | 0 | 53 | 63 | 42 |
| Octal | 275 | 376 | 124 | 32 | 0 | 103 | 0 | 123 | 143 | 102 |
| Binary | 10111101 | 11111110 | 1010100 | 11010 | 0 | 1000011 | 0 | 1010011 | 1100011 | 1000010 |
Color Harmonies of #BDFE54
Complementary color
Monochromatic Colors of #BDFE54
Black with #BDFE54
Text Example
Text Example
White with #BDFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE54; }
p { color: rgb(189,254,84); }
H1.HeaderClassName
{
color: #BDFE54;
}
.AnyTagClassName
{
color: #BDFE54;
}
</style>
background-color css
<style>
a { background-color: #BDFE54; }
a { background-color: rgb(189,254,84); }
div.DivClassName
{
background-color: #BDFE54;
}
.BgClassName
{
background-color: #BDFE54;
}
</style>
border-color css
<style>
span { border-color: #BDFE54; }
span { border-color: rgb(189,254,84); }
td.TdClassName
{
border-color: #BDFE54;
}
.TagClassName
{
border-color: #BDFE54;
}
</style>