Shades of Conifer #BDF25A
Tints of Conifer #BDF25A
RGB
CMYK
RGB Variations
Color information
#BDF25A (or 0xBDF25A) is known color: Conifer. HEX triplet: BD, F2 and 5A. RGB value is (189,242,90). Sum of RGB (Red+Green+Blue) = 189+242+90=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25A is #420DA5. Grayscale: #D1D1D1. Windows color (decimal): -4328870 or 5960381. OLE color: 5960381.
HSL color Cylindrical-coordinate representation of color #BDF25A: hue angle of 80.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF25A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 80.92º | 0.85% | 0.65% | - |
| HSV(B) | 80.92º | 0.63% | 0.95% | - |
| XYZ | 54.58 | 75.06 | 21.28 | - |
| YUV | 208.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 90 | 0.22 | 0 | 0.63 | 0.05 | 80.92 | 0.85 | 0.65 |
| Hex | BD | F2 | 5A | 16 | 0 | 3F | 5 | 51 | 55 | 41 |
| Octal | 275 | 362 | 132 | 26 | 0 | 77 | 5 | 121 | 125 | 101 |
| Binary | 10111101 | 11110010 | 1011010 | 10110 | 0 | 111111 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BDF25A
Complementary color
Monochromatic Colors of #BDF25A
Black with #BDF25A
Text Example
Text Example
White with #BDF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25A; }
p { color: rgb(189,242,90); }
H1.HeaderClassName
{
color: #BDF25A;
}
.AnyTagClassName
{
color: #BDF25A;
}
</style>
background-color css
<style>
a { background-color: #BDF25A; }
a { background-color: rgb(189,242,90); }
div.DivClassName
{
background-color: #BDF25A;
}
.BgClassName
{
background-color: #BDF25A;
}
</style>
border-color css
<style>
span { border-color: #BDF25A; }
span { border-color: rgb(189,242,90); }
td.TdClassName
{
border-color: #BDF25A;
}
.TagClassName
{
border-color: #BDF25A;
}
</style>