Shades of Conifer #BDF85F
Tints of Conifer #BDF85F
RGB
CMYK
RGB Variations
Color information
#BDF85F (or 0xBDF85F) is known color: Conifer. HEX triplet: BD, F8 and 5F. RGB value is (189,248,95). Sum of RGB (Red+Green+Blue) = 189+248+95=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85F is #4207A0. Grayscale: #D5D5D5. Windows color (decimal): -4327329 or 6289597. OLE color: 6289597.
HSL color Cylindrical-coordinate representation of color #BDF85F: hue angle of 83.14º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF85F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 95 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.03 |
| HSL | 83.14º | 0.92% | 0.67% | - |
| HSV(B) | 83.14º | 0.62% | 0.97% | - |
| XYZ | 56.62 | 78.78 | 23.05 | - |
| YUV | 212.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 95 | 0.24 | 0 | 0.62 | 0.03 | 83.14 | 0.92 | 0.67 |
| Hex | BD | F8 | 5F | 18 | 0 | 3E | 3 | 53 | 5C | 43 |
| Octal | 275 | 370 | 137 | 30 | 0 | 76 | 3 | 123 | 134 | 103 |
| Binary | 10111101 | 11111000 | 1011111 | 11000 | 0 | 111110 | 11 | 1010011 | 1011100 | 1000011 |
Color Harmonies of #BDF85F
Complementary color
Monochromatic Colors of #BDF85F
Black with #BDF85F
Text Example
Text Example
White with #BDF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF85F; }
p { color: rgb(189,248,95); }
H1.HeaderClassName
{
color: #BDF85F;
}
.AnyTagClassName
{
color: #BDF85F;
}
</style>
background-color css
<style>
a { background-color: #BDF85F; }
a { background-color: rgb(189,248,95); }
div.DivClassName
{
background-color: #BDF85F;
}
.BgClassName
{
background-color: #BDF85F;
}
</style>
border-color css
<style>
span { border-color: #BDF85F; }
span { border-color: rgb(189,248,95); }
td.TdClassName
{
border-color: #BDF85F;
}
.TagClassName
{
border-color: #BDF85F;
}
</style>