Shades of Conifer #BDF25C
Tints of Conifer #BDF25C
RGB
CMYK
RGB Variations
Color information
#BDF25C (or 0xBDF25C) is known color: Conifer. HEX triplet: BD, F2 and 5C. RGB value is (189,242,92). Sum of RGB (Red+Green+Blue) = 189+242+92=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF25C is #420DA3. Grayscale: #D1D1D1. Windows color (decimal): -4328868 or 6091453. OLE color: 6091453.
HSL color Cylindrical-coordinate representation of color #BDF25C: hue angle of 81.2º 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 #BDF25C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.2º | 0.85% | 0.65% | - |
| HSV(B) | 81.2º | 0.62% | 0.95% | - |
| XYZ | 54.67 | 75.1 | 21.74 | - |
| YUV | 209.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 92 | 0.22 | 0 | 0.62 | 0.05 | 81.2 | 0.85 | 0.65 |
| Hex | BD | F2 | 5C | 16 | 0 | 3E | 5 | 51 | 55 | 41 |
| Octal | 275 | 362 | 134 | 26 | 0 | 76 | 5 | 121 | 125 | 101 |
| Binary | 10111101 | 11110010 | 1011100 | 10110 | 0 | 111110 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BDF25C
Complementary color
Monochromatic Colors of #BDF25C
Black with #BDF25C
Text Example
Text Example
White with #BDF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF25C; }
p { color: rgb(189,242,92); }
H1.HeaderClassName
{
color: #BDF25C;
}
.AnyTagClassName
{
color: #BDF25C;
}
</style>
background-color css
<style>
a { background-color: #BDF25C; }
a { background-color: rgb(189,242,92); }
div.DivClassName
{
background-color: #BDF25C;
}
.BgClassName
{
background-color: #BDF25C;
}
</style>
border-color css
<style>
span { border-color: #BDF25C; }
span { border-color: rgb(189,242,92); }
td.TdClassName
{
border-color: #BDF25C;
}
.TagClassName
{
border-color: #BDF25C;
}
</style>