Shades of Conifer #BDF84D
Tints of Conifer #BDF84D
RGB
CMYK
RGB Variations
Color information
#BDF84D (or 0xBDF84D) is known color: Conifer. HEX triplet: BD, F8 and 4D. RGB value is (189,248,77). Sum of RGB (Red+Green+Blue) = 189+248+77=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF84D is #4207B2. Grayscale: #D3D3D3. Windows color (decimal): -4327347 or 5109949. OLE color: 5109949.
HSL color Cylindrical-coordinate representation of color #BDF84D: hue angle of 80.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF84D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.03 |
| HSL | 80.7º | 0.92% | 0.64% | - |
| HSV(B) | 80.7º | 0.69% | 0.97% | - |
| XYZ | 55.89 | 78.49 | 19.23 | - |
| YUV | 210.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 77 | 0.24 | 0 | 0.69 | 0.03 | 80.7 | 0.92 | 0.64 |
| Hex | BD | F8 | 4D | 18 | 0 | 45 | 3 | 51 | 5C | 40 |
| Octal | 275 | 370 | 115 | 30 | 0 | 105 | 3 | 121 | 134 | 100 |
| Binary | 10111101 | 11111000 | 1001101 | 11000 | 0 | 1000101 | 11 | 1010001 | 1011100 | 1000000 |
Color Harmonies of #BDF84D
Complementary color
Monochromatic Colors of #BDF84D
Black with #BDF84D
Text Example
Text Example
White with #BDF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF84D; }
p { color: rgb(189,248,77); }
H1.HeaderClassName
{
color: #BDF84D;
}
.AnyTagClassName
{
color: #BDF84D;
}
</style>
background-color css
<style>
a { background-color: #BDF84D; }
a { background-color: rgb(189,248,77); }
div.DivClassName
{
background-color: #BDF84D;
}
.BgClassName
{
background-color: #BDF84D;
}
</style>
border-color css
<style>
span { border-color: #BDF84D; }
span { border-color: rgb(189,248,77); }
td.TdClassName
{
border-color: #BDF84D;
}
.TagClassName
{
border-color: #BDF84D;
}
</style>