Shades of Conifer #BDF25B
Tints of Conifer #BDF25B
RGB
CMYK
RGB Variations
Color information
#BDF25B (or 0xBDF25B) is known color: Conifer. HEX triplet: BD, F2 and 5B. RGB value is (189,242,91). Sum of RGB (Red+Green+Blue) = 189+242+91=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25B is #420DA4. Grayscale: #D1D1D1. Windows color (decimal): -4328869 or 6025917. OLE color: 6025917.
HSL color Cylindrical-coordinate representation of color #BDF25B: hue angle of 81.06º degrees, saturation: 0.85, 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 #BDF25B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 91 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.06º | 0.85% | 0.65% | - |
| HSV(B) | 81.06º | 0.62% | 0.95% | - |
| XYZ | 54.63 | 75.08 | 21.51 | - |
| YUV | 208.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 91 | 0.22 | 0 | 0.62 | 0.05 | 81.06 | 0.85 | 0.65 |
| Hex | BD | F2 | 5B | 16 | 0 | 3E | 5 | 51 | 55 | 41 |
| Octal | 275 | 362 | 133 | 26 | 0 | 76 | 5 | 121 | 125 | 101 |
| Binary | 10111101 | 11110010 | 1011011 | 10110 | 0 | 111110 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BDF25B
Complementary color
Monochromatic Colors of #BDF25B
Black with #BDF25B
Text Example
Text Example
White with #BDF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25B; }
p { color: rgb(189,242,91); }
H1.HeaderClassName
{
color: #BDF25B;
}
.AnyTagClassName
{
color: #BDF25B;
}
</style>
background-color css
<style>
a { background-color: #BDF25B; }
a { background-color: rgb(189,242,91); }
div.DivClassName
{
background-color: #BDF25B;
}
.BgClassName
{
background-color: #BDF25B;
}
</style>
border-color css
<style>
span { border-color: #BDF25B; }
span { border-color: rgb(189,242,91); }
td.TdClassName
{
border-color: #BDF25B;
}
.TagClassName
{
border-color: #BDF25B;
}
</style>