Shades of Conifer #BDF25F
Tints of Conifer #BDF25F
RGB
CMYK
RGB Variations
Color information
#BDF25F (or 0xBDF25F) is known color: Conifer. HEX triplet: BD, F2 and 5F. RGB value is (189,242,95). Sum of RGB (Red+Green+Blue) = 189+242+95=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25F is #420DA0. Grayscale: #D1D1D1. Windows color (decimal): -4328865 or 6288061. OLE color: 6288061.
HSL color Cylindrical-coordinate representation of color #BDF25F: hue angle of 81.63º degrees, saturation: 0.85, 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 #BDF25F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 95 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.05 |
| HSL | 81.63º | 0.85% | 0.66% | - |
| HSV(B) | 81.63º | 0.61% | 0.95% | - |
| XYZ | 54.8 | 75.15 | 22.44 | - |
| YUV | 209.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 95 | 0.22 | 0 | 0.61 | 0.05 | 81.63 | 0.85 | 0.66 |
| Hex | BD | F2 | 5F | 16 | 0 | 3D | 5 | 52 | 55 | 42 |
| Octal | 275 | 362 | 137 | 26 | 0 | 75 | 5 | 122 | 125 | 102 |
| Binary | 10111101 | 11110010 | 1011111 | 10110 | 0 | 111101 | 101 | 1010010 | 1010101 | 1000010 |
Color Harmonies of #BDF25F
Complementary color
Monochromatic Colors of #BDF25F
Black with #BDF25F
Text Example
Text Example
White with #BDF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25F; }
p { color: rgb(189,242,95); }
H1.HeaderClassName
{
color: #BDF25F;
}
.AnyTagClassName
{
color: #BDF25F;
}
</style>
background-color css
<style>
a { background-color: #BDF25F; }
a { background-color: rgb(189,242,95); }
div.DivClassName
{
background-color: #BDF25F;
}
.BgClassName
{
background-color: #BDF25F;
}
</style>
border-color css
<style>
span { border-color: #BDF25F; }
span { border-color: rgb(189,242,95); }
td.TdClassName
{
border-color: #BDF25F;
}
.TagClassName
{
border-color: #BDF25F;
}
</style>