Shades of Conifer #BDF44E
Tints of Conifer #BDF44E
RGB
CMYK
RGB Variations
Color information
#BDF44E (or 0xBDF44E) is known color: Conifer. HEX triplet: BD, F4 and 4E. RGB value is (189,244,78). Sum of RGB (Red+Green+Blue) = 189+244+78=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF44E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF44E is #420BB1. Grayscale: #D1D1D1. Windows color (decimal): -4328370 or 5174461. OLE color: 5174461.
HSL color Cylindrical-coordinate representation of color #BDF44E: hue angle of 79.88º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF44E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 78 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.04 |
| HSL | 79.88º | 0.88% | 0.63% | - |
| HSV(B) | 79.88º | 0.68% | 0.96% | - |
| XYZ | 54.71 | 76.07 | 19.01 | - |
| YUV | 208.63 | 54.28 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 78 | 0.23 | 0 | 0.68 | 0.04 | 79.88 | 0.88 | 0.63 |
| Hex | BD | F4 | 4E | 17 | 0 | 44 | 4 | 50 | 58 | 3F |
| Octal | 275 | 364 | 116 | 27 | 0 | 104 | 4 | 120 | 130 | 77 |
| Binary | 10111101 | 11110100 | 1001110 | 10111 | 0 | 1000100 | 100 | 1010000 | 1011000 | 111111 |
Color Harmonies of #BDF44E
Complementary color
Monochromatic Colors of #BDF44E
Black with #BDF44E
Text Example
Text Example
White with #BDF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF44E; }
p { color: rgb(189,244,78); }
H1.HeaderClassName
{
color: #BDF44E;
}
.AnyTagClassName
{
color: #BDF44E;
}
</style>
background-color css
<style>
a { background-color: #BDF44E; }
a { background-color: rgb(189,244,78); }
div.DivClassName
{
background-color: #BDF44E;
}
.BgClassName
{
background-color: #BDF44E;
}
</style>
border-color css
<style>
span { border-color: #BDF44E; }
span { border-color: rgb(189,244,78); }
td.TdClassName
{
border-color: #BDF44E;
}
.TagClassName
{
border-color: #BDF44E;
}
</style>