Shades of Conifer #BDF15E
Tints of Conifer #BDF15E
RGB
CMYK
RGB Variations
Color information
#BDF15E (or 0xBDF15E) is known color: Conifer. HEX triplet: BD, F1 and 5E. RGB value is (189,241,94). Sum of RGB (Red+Green+Blue) = 189+241+94=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15E is #420EA1. Grayscale: #D1D1D1. Windows color (decimal): -4329122 or 6222269. OLE color: 6222269.
HSL color Cylindrical-coordinate representation of color #BDF15E: hue angle of 81.22º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF15E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.05 |
| HSL | 81.22º | 0.84% | 0.66% | - |
| HSV(B) | 81.22º | 0.61% | 0.95% | - |
| XYZ | 54.46 | 74.54 | 22.11 | - |
| YUV | 208.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 94 | 0.22 | 0 | 0.61 | 0.05 | 81.22 | 0.84 | 0.66 |
| Hex | BD | F1 | 5E | 16 | 0 | 3D | 5 | 51 | 54 | 42 |
| Octal | 275 | 361 | 136 | 26 | 0 | 75 | 5 | 121 | 124 | 102 |
| Binary | 10111101 | 11110001 | 1011110 | 10110 | 0 | 111101 | 101 | 1010001 | 1010100 | 1000010 |
Color Harmonies of #BDF15E
Complementary color
Monochromatic Colors of #BDF15E
Black with #BDF15E
Text Example
Text Example
White with #BDF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF15E; }
p { color: rgb(189,241,94); }
H1.HeaderClassName
{
color: #BDF15E;
}
.AnyTagClassName
{
color: #BDF15E;
}
</style>
background-color css
<style>
a { background-color: #BDF15E; }
a { background-color: rgb(189,241,94); }
div.DivClassName
{
background-color: #BDF15E;
}
.BgClassName
{
background-color: #BDF15E;
}
</style>
border-color css
<style>
span { border-color: #BDF15E; }
span { border-color: rgb(189,241,94); }
td.TdClassName
{
border-color: #BDF15E;
}
.TagClassName
{
border-color: #BDF15E;
}
</style>