Shades of Conifer #BDF458
Tints of Conifer #BDF458
RGB
CMYK
RGB Variations
Color information
#BDF458 (or 0xBDF458) is known color: Conifer. HEX triplet: BD, F4 and 58. RGB value is (189,244,88). Sum of RGB (Red+Green+Blue) = 189+244+88=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF458 is #420BA7. Grayscale: #D2D2D2. Windows color (decimal): -4328360 or 5829821. OLE color: 5829821.
HSL color Cylindrical-coordinate representation of color #BDF458: hue angle of 81.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF458 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 88 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.04 |
| HSL | 81.15º | 0.88% | 0.65% | - |
| HSV(B) | 81.15º | 0.64% | 0.96% | - |
| XYZ | 55.1 | 76.22 | 21.04 | - |
| YUV | 209.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 88 | 0.23 | 0 | 0.64 | 0.04 | 81.15 | 0.88 | 0.65 |
| Hex | BD | F4 | 58 | 17 | 0 | 40 | 4 | 51 | 58 | 41 |
| Octal | 275 | 364 | 130 | 27 | 0 | 100 | 4 | 121 | 130 | 101 |
| Binary | 10111101 | 11110100 | 1011000 | 10111 | 0 | 1000000 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BDF458
Complementary color
Monochromatic Colors of #BDF458
Black with #BDF458
Text Example
Text Example
White with #BDF458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF458; }
p { color: rgb(189,244,88); }
H1.HeaderClassName
{
color: #BDF458;
}
.AnyTagClassName
{
color: #BDF458;
}
</style>
background-color css
<style>
a { background-color: #BDF458; }
a { background-color: rgb(189,244,88); }
div.DivClassName
{
background-color: #BDF458;
}
.BgClassName
{
background-color: #BDF458;
}
</style>
border-color css
<style>
span { border-color: #BDF458; }
span { border-color: rgb(189,244,88); }
td.TdClassName
{
border-color: #BDF458;
}
.TagClassName
{
border-color: #BDF458;
}
</style>