Shades of Conifer #BDFE5C
Tints of Conifer #BDFE5C
RGB
CMYK
RGB Variations
Color information
#BDFE5C (or 0xBDFE5C) is known color: Conifer. HEX triplet: BD, FE and 5C. RGB value is (189,254,92). Sum of RGB (Red+Green+Blue) = 189+254+92=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE5C is #4201A3. Grayscale: #D8D8D8. Windows color (decimal): -4325796 or 6094525. OLE color: 6094525.
HSL color Cylindrical-coordinate representation of color #BDFE5C: hue angle of 84.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDFE5C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 92 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.00 |
| HSL | 84.07º | 0.99% | 0.68% | - |
| HSV(B) | 84.07º | 0.64% | 1% | - |
| XYZ | 58.36 | 82.48 | 22.97 | - |
| YUV | 216.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 92 | 0.26 | 0 | 0.64 | 0.00 | 84.07 | 0.99 | 0.68 |
| Hex | BD | FE | 5C | 1A | 0 | 40 | 0 | 54 | 63 | 44 |
| Octal | 275 | 376 | 134 | 32 | 0 | 100 | 0 | 124 | 143 | 104 |
| Binary | 10111101 | 11111110 | 1011100 | 11010 | 0 | 1000000 | 0 | 1010100 | 1100011 | 1000100 |
Color Harmonies of #BDFE5C
Complementary color
Monochromatic Colors of #BDFE5C
Black with #BDFE5C
Text Example
Text Example
White with #BDFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE5C; }
p { color: rgb(189,254,92); }
H1.HeaderClassName
{
color: #BDFE5C;
}
.AnyTagClassName
{
color: #BDFE5C;
}
</style>
background-color css
<style>
a { background-color: #BDFE5C; }
a { background-color: rgb(189,254,92); }
div.DivClassName
{
background-color: #BDFE5C;
}
.BgClassName
{
background-color: #BDFE5C;
}
</style>
border-color css
<style>
span { border-color: #BDFE5C; }
span { border-color: rgb(189,254,92); }
td.TdClassName
{
border-color: #BDFE5C;
}
.TagClassName
{
border-color: #BDFE5C;
}
</style>