Shades of Conifer #BDFD4E
Tints of Conifer #BDFD4E
RGB
CMYK
RGB Variations
Color information
#BDFD4E (or 0xBDFD4E) is known color: Conifer. HEX triplet: BD, FD and 4E. RGB value is (189,253,78). Sum of RGB (Red+Green+Blue) = 189+253+78=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD4E is #4202B1. Grayscale: #D6D6D6. Windows color (decimal): -4326066 or 5176765. OLE color: 5176765.
HSL color Cylindrical-coordinate representation of color #BDFD4E: hue angle of 81.94º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDFD4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.01 |
| HSL | 81.94º | 0.98% | 0.65% | - |
| HSV(B) | 81.94º | 0.69% | 0.99% | - |
| XYZ | 57.49 | 81.62 | 19.93 | - |
| YUV | 213.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 78 | 0.25 | 0 | 0.69 | 0.01 | 81.94 | 0.98 | 0.65 |
| Hex | BD | FD | 4E | 19 | 0 | 45 | 1 | 52 | 62 | 41 |
| Octal | 275 | 375 | 116 | 31 | 0 | 105 | 1 | 122 | 142 | 101 |
| Binary | 10111101 | 11111101 | 1001110 | 11001 | 0 | 1000101 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BDFD4E
Complementary color
Monochromatic Colors of #BDFD4E
Black with #BDFD4E
Text Example
Text Example
White with #BDFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD4E; }
p { color: rgb(189,253,78); }
H1.HeaderClassName
{
color: #BDFD4E;
}
.AnyTagClassName
{
color: #BDFD4E;
}
</style>
background-color css
<style>
a { background-color: #BDFD4E; }
a { background-color: rgb(189,253,78); }
div.DivClassName
{
background-color: #BDFD4E;
}
.BgClassName
{
background-color: #BDFD4E;
}
</style>
border-color css
<style>
span { border-color: #BDFD4E; }
span { border-color: rgb(189,253,78); }
td.TdClassName
{
border-color: #BDFD4E;
}
.TagClassName
{
border-color: #BDFD4E;
}
</style>