Shades of Conifer #BDFB4E
Tints of Conifer #BDFB4E
RGB
CMYK
RGB Variations
Color information
#BDFB4E (or 0xBDFB4E) is known color: Conifer. HEX triplet: BD, FB and 4E. RGB value is (189,251,78). Sum of RGB (Red+Green+Blue) = 189+251+78=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB4E is #4204B1. Grayscale: #D5D5D5. Windows color (decimal): -4326578 or 5176253. OLE color: 5176253.
HSL color Cylindrical-coordinate representation of color #BDFB4E: hue angle of 81.5º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDFB4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.5º | 0.96% | 0.65% | - |
| HSV(B) | 81.5º | 0.69% | 0.98% | - |
| XYZ | 56.86 | 80.36 | 19.72 | - |
| YUV | 212.74 | 51.96 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 78 | 0.25 | 0 | 0.69 | 0.02 | 81.5 | 0.96 | 0.65 |
| Hex | BD | FB | 4E | 19 | 0 | 45 | 2 | 52 | 60 | 41 |
| Octal | 275 | 373 | 116 | 31 | 0 | 105 | 2 | 122 | 140 | 101 |
| Binary | 10111101 | 11111011 | 1001110 | 11001 | 0 | 1000101 | 10 | 1010010 | 1100000 | 1000001 |
Color Harmonies of #BDFB4E
Complementary color
Monochromatic Colors of #BDFB4E
Black with #BDFB4E
Text Example
Text Example
White with #BDFB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB4E; }
p { color: rgb(189,251,78); }
H1.HeaderClassName
{
color: #BDFB4E;
}
.AnyTagClassName
{
color: #BDFB4E;
}
</style>
background-color css
<style>
a { background-color: #BDFB4E; }
a { background-color: rgb(189,251,78); }
div.DivClassName
{
background-color: #BDFB4E;
}
.BgClassName
{
background-color: #BDFB4E;
}
</style>
border-color css
<style>
span { border-color: #BDFB4E; }
span { border-color: rgb(189,251,78); }
td.TdClassName
{
border-color: #BDFB4E;
}
.TagClassName
{
border-color: #BDFB4E;
}
</style>