Shades of Conifer #BDF54E
Tints of Conifer #BDF54E
RGB
CMYK
RGB Variations
Color information
#BDF54E (or 0xBDF54E) is known color: Conifer. HEX triplet: BD, F5 and 4E. RGB value is (189,245,78). Sum of RGB (Red+Green+Blue) = 189+245+78=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF54E is #420AB1. Grayscale: #D1D1D1. Windows color (decimal): -4328114 or 5174717. OLE color: 5174717.
HSL color Cylindrical-coordinate representation of color #BDF54E: hue angle of 80.12º degrees, saturation: 0.89, 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 #BDF54E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 78 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.04 |
| HSL | 80.12º | 0.89% | 0.63% | - |
| HSV(B) | 80.12º | 0.68% | 0.96% | - |
| XYZ | 55.01 | 76.67 | 19.11 | - |
| YUV | 209.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 78 | 0.23 | 0 | 0.68 | 0.04 | 80.12 | 0.89 | 0.63 |
| Hex | BD | F5 | 4E | 17 | 0 | 44 | 4 | 50 | 59 | 3F |
| Octal | 275 | 365 | 116 | 27 | 0 | 104 | 4 | 120 | 131 | 77 |
| Binary | 10111101 | 11110101 | 1001110 | 10111 | 0 | 1000100 | 100 | 1010000 | 1011001 | 111111 |
Color Harmonies of #BDF54E
Complementary color
Monochromatic Colors of #BDF54E
Black with #BDF54E
Text Example
Text Example
White with #BDF54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF54E; }
p { color: rgb(189,245,78); }
H1.HeaderClassName
{
color: #BDF54E;
}
.AnyTagClassName
{
color: #BDF54E;
}
</style>
background-color css
<style>
a { background-color: #BDF54E; }
a { background-color: rgb(189,245,78); }
div.DivClassName
{
background-color: #BDF54E;
}
.BgClassName
{
background-color: #BDF54E;
}
</style>
border-color css
<style>
span { border-color: #BDF54E; }
span { border-color: rgb(189,245,78); }
td.TdClassName
{
border-color: #BDF54E;
}
.TagClassName
{
border-color: #BDF54E;
}
</style>