Shades of Conifer #BDF25E
Tints of Conifer #BDF25E
RGB
CMYK
RGB Variations
Color information
#BDF25E (or 0xBDF25E) is known color: Conifer. HEX triplet: BD, F2 and 5E. RGB value is (189,242,94). Sum of RGB (Red+Green+Blue) = 189+242+94=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25E is #420DA1. Grayscale: #D1D1D1. Windows color (decimal): -4328866 or 6222525. OLE color: 6222525.
HSL color Cylindrical-coordinate representation of color #BDF25E: hue angle of 81.49º 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 #BDF25E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.05 |
| HSL | 81.49º | 0.85% | 0.66% | - |
| HSV(B) | 81.49º | 0.61% | 0.95% | - |
| XYZ | 54.76 | 75.13 | 22.21 | - |
| YUV | 209.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 94 | 0.22 | 0 | 0.61 | 0.05 | 81.49 | 0.85 | 0.66 |
| Hex | BD | F2 | 5E | 16 | 0 | 3D | 5 | 51 | 55 | 42 |
| Octal | 275 | 362 | 136 | 26 | 0 | 75 | 5 | 121 | 125 | 102 |
| Binary | 10111101 | 11110010 | 1011110 | 10110 | 0 | 111101 | 101 | 1010001 | 1010101 | 1000010 |
Color Harmonies of #BDF25E
Complementary color
Monochromatic Colors of #BDF25E
Black with #BDF25E
Text Example
Text Example
White with #BDF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25E; }
p { color: rgb(189,242,94); }
H1.HeaderClassName
{
color: #BDF25E;
}
.AnyTagClassName
{
color: #BDF25E;
}
</style>
background-color css
<style>
a { background-color: #BDF25E; }
a { background-color: rgb(189,242,94); }
div.DivClassName
{
background-color: #BDF25E;
}
.BgClassName
{
background-color: #BDF25E;
}
</style>
border-color css
<style>
span { border-color: #BDF25E; }
span { border-color: rgb(189,242,94); }
td.TdClassName
{
border-color: #BDF25E;
}
.TagClassName
{
border-color: #BDF25E;
}
</style>