Shades of Conifer #BDF15C
Tints of Conifer #BDF15C
RGB
CMYK
RGB Variations
Color information
#BDF15C (or 0xBDF15C) is known color: Conifer. HEX triplet: BD, F1 and 5C. RGB value is (189,241,92). Sum of RGB (Red+Green+Blue) = 189+241+92=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15C is #420EA3. Grayscale: #D1D1D1. Windows color (decimal): -4329124 or 6091197. OLE color: 6091197.
HSL color Cylindrical-coordinate representation of color #BDF15C: hue angle of 80.94º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF15C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 80.94º | 0.84% | 0.65% | - |
| HSV(B) | 80.94º | 0.62% | 0.95% | - |
| XYZ | 54.37 | 74.5 | 21.64 | - |
| YUV | 208.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 92 | 0.22 | 0 | 0.62 | 0.05 | 80.94 | 0.84 | 0.65 |
| Hex | BD | F1 | 5C | 16 | 0 | 3E | 5 | 51 | 54 | 41 |
| Octal | 275 | 361 | 134 | 26 | 0 | 76 | 5 | 121 | 124 | 101 |
| Binary | 10111101 | 11110001 | 1011100 | 10110 | 0 | 111110 | 101 | 1010001 | 1010100 | 1000001 |
Color Harmonies of #BDF15C
Complementary color
Monochromatic Colors of #BDF15C
Black with #BDF15C
Text Example
Text Example
White with #BDF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF15C; }
p { color: rgb(189,241,92); }
H1.HeaderClassName
{
color: #BDF15C;
}
.AnyTagClassName
{
color: #BDF15C;
}
</style>
background-color css
<style>
a { background-color: #BDF15C; }
a { background-color: rgb(189,241,92); }
div.DivClassName
{
background-color: #BDF15C;
}
.BgClassName
{
background-color: #BDF15C;
}
</style>
border-color css
<style>
span { border-color: #BDF15C; }
span { border-color: rgb(189,241,92); }
td.TdClassName
{
border-color: #BDF15C;
}
.TagClassName
{
border-color: #BDF15C;
}
</style>