Shades of Conifer #BDE25C
Tints of Conifer #BDE25C
RGB
CMYK
RGB Variations
Color information
#BDE25C (or 0xBDE25C) is known color: Conifer. HEX triplet: BD, E2 and 5C. RGB value is (189,226,92). Sum of RGB (Red+Green+Blue) = 189+226+92=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE25C is #421DA3. Grayscale: #C8C8C8. Windows color (decimal): -4332964 or 6087357. OLE color: 6087357.
HSL color Cylindrical-coordinate representation of color #BDE25C: hue angle of 76.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE25C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 92 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.11 |
| HSL | 76.57º | 0.7% | 0.62% | - |
| HSV(B) | 76.57º | 0.59% | 0.89% | - |
| XYZ | 50.11 | 65.98 | 20.22 | - |
| YUV | 199.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 92 | 0.16 | 0 | 0.59 | 0.11 | 76.57 | 0.7 | 0.62 |
| Hex | BD | E2 | 5C | 10 | 0 | 3B | B | 4D | 46 | 3E |
| Octal | 275 | 342 | 134 | 20 | 0 | 73 | 13 | 115 | 106 | 76 |
| Binary | 10111101 | 11100010 | 1011100 | 10000 | 0 | 111011 | 1011 | 1001101 | 1000110 | 111110 |
Color Harmonies of #BDE25C
Complementary color
Monochromatic Colors of #BDE25C
Black with #BDE25C
Text Example
Text Example
White with #BDE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE25C; }
p { color: rgb(189,226,92); }
H1.HeaderClassName
{
color: #BDE25C;
}
.AnyTagClassName
{
color: #BDE25C;
}
</style>
background-color css
<style>
a { background-color: #BDE25C; }
a { background-color: rgb(189,226,92); }
div.DivClassName
{
background-color: #BDE25C;
}
.BgClassName
{
background-color: #BDE25C;
}
</style>
border-color css
<style>
span { border-color: #BDE25C; }
span { border-color: rgb(189,226,92); }
td.TdClassName
{
border-color: #BDE25C;
}
.TagClassName
{
border-color: #BDE25C;
}
</style>