Shades of Conifer #BDF454
Tints of Conifer #BDF454
RGB
CMYK
RGB Variations
Color information
#BDF454 (or 0xBDF454) is known color: Conifer. HEX triplet: BD, F4 and 54. RGB value is (189,244,84). Sum of RGB (Red+Green+Blue) = 189+244+84=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF454 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF454 is #420BAB. Grayscale: #D1D1D1. Windows color (decimal): -4328364 or 5567677. OLE color: 5567677.
HSL color Cylindrical-coordinate representation of color #BDF454: hue angle of 80.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF454 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 84 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.04 |
| HSL | 80.63º | 0.88% | 0.64% | - |
| HSV(B) | 80.63º | 0.66% | 0.96% | - |
| XYZ | 54.94 | 76.16 | 20.19 | - |
| YUV | 209.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 84 | 0.23 | 0 | 0.66 | 0.04 | 80.63 | 0.88 | 0.64 |
| Hex | BD | F4 | 54 | 17 | 0 | 42 | 4 | 51 | 58 | 40 |
| Octal | 275 | 364 | 124 | 27 | 0 | 102 | 4 | 121 | 130 | 100 |
| Binary | 10111101 | 11110100 | 1010100 | 10111 | 0 | 1000010 | 100 | 1010001 | 1011000 | 1000000 |
Color Harmonies of #BDF454
Complementary color
Monochromatic Colors of #BDF454
Black with #BDF454
Text Example
Text Example
White with #BDF454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF454; }
p { color: rgb(189,244,84); }
H1.HeaderClassName
{
color: #BDF454;
}
.AnyTagClassName
{
color: #BDF454;
}
</style>
background-color css
<style>
a { background-color: #BDF454; }
a { background-color: rgb(189,244,84); }
div.DivClassName
{
background-color: #BDF454;
}
.BgClassName
{
background-color: #BDF454;
}
</style>
border-color css
<style>
span { border-color: #BDF454; }
span { border-color: rgb(189,244,84); }
td.TdClassName
{
border-color: #BDF454;
}
.TagClassName
{
border-color: #BDF454;
}
</style>