Shades of Conifer #BDF25D
Tints of Conifer #BDF25D
RGB
CMYK
RGB Variations
Color information
#BDF25D (or 0xBDF25D) is known color: Conifer. HEX triplet: BD, F2 and 5D. RGB value is (189,242,93). Sum of RGB (Red+Green+Blue) = 189+242+93=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25D is #420DA2. Grayscale: #D1D1D1. Windows color (decimal): -4328867 or 6156989. OLE color: 6156989.
HSL color Cylindrical-coordinate representation of color #BDF25D: hue angle of 81.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF25D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.34º | 0.85% | 0.66% | - |
| HSV(B) | 81.34º | 0.62% | 0.95% | - |
| XYZ | 54.71 | 75.11 | 21.97 | - |
| YUV | 209.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 93 | 0.22 | 0 | 0.62 | 0.05 | 81.34 | 0.85 | 0.66 |
| Hex | BD | F2 | 5D | 16 | 0 | 3E | 5 | 51 | 55 | 42 |
| Octal | 275 | 362 | 135 | 26 | 0 | 76 | 5 | 121 | 125 | 102 |
| Binary | 10111101 | 11110010 | 1011101 | 10110 | 0 | 111110 | 101 | 1010001 | 1010101 | 1000010 |
Color Harmonies of #BDF25D
Complementary color
Monochromatic Colors of #BDF25D
Black with #BDF25D
Text Example
Text Example
White with #BDF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25D; }
p { color: rgb(189,242,93); }
H1.HeaderClassName
{
color: #BDF25D;
}
.AnyTagClassName
{
color: #BDF25D;
}
</style>
background-color css
<style>
a { background-color: #BDF25D; }
a { background-color: rgb(189,242,93); }
div.DivClassName
{
background-color: #BDF25D;
}
.BgClassName
{
background-color: #BDF25D;
}
</style>
border-color css
<style>
span { border-color: #BDF25D; }
span { border-color: rgb(189,242,93); }
td.TdClassName
{
border-color: #BDF25D;
}
.TagClassName
{
border-color: #BDF25D;
}
</style>