Shades of Conifer #BDF85B
Tints of Conifer #BDF85B
RGB
CMYK
RGB Variations
Color information
#BDF85B (or 0xBDF85B) is known color: Conifer. HEX triplet: BD, F8 and 5B. RGB value is (189,248,91). Sum of RGB (Red+Green+Blue) = 189+248+91=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85B is #4207A4. Grayscale: #D5D5D5. Windows color (decimal): -4327333 or 6027453. OLE color: 6027453.
HSL color Cylindrical-coordinate representation of color #BDF85B: hue angle of 82.55º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF85B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 91 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.03 |
| HSL | 82.55º | 0.92% | 0.66% | - |
| HSV(B) | 82.55º | 0.63% | 0.97% | - |
| XYZ | 56.44 | 78.71 | 22.12 | - |
| YUV | 212.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 91 | 0.24 | 0 | 0.63 | 0.03 | 82.55 | 0.92 | 0.66 |
| Hex | BD | F8 | 5B | 18 | 0 | 3F | 3 | 53 | 5C | 42 |
| Octal | 275 | 370 | 133 | 30 | 0 | 77 | 3 | 123 | 134 | 102 |
| Binary | 10111101 | 11111000 | 1011011 | 11000 | 0 | 111111 | 11 | 1010011 | 1011100 | 1000010 |
Color Harmonies of #BDF85B
Complementary color
Monochromatic Colors of #BDF85B
Black with #BDF85B
Text Example
Text Example
White with #BDF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF85B; }
p { color: rgb(189,248,91); }
H1.HeaderClassName
{
color: #BDF85B;
}
.AnyTagClassName
{
color: #BDF85B;
}
</style>
background-color css
<style>
a { background-color: #BDF85B; }
a { background-color: rgb(189,248,91); }
div.DivClassName
{
background-color: #BDF85B;
}
.BgClassName
{
background-color: #BDF85B;
}
</style>
border-color css
<style>
span { border-color: #BDF85B; }
span { border-color: rgb(189,248,91); }
td.TdClassName
{
border-color: #BDF85B;
}
.TagClassName
{
border-color: #BDF85B;
}
</style>