Shades of Conifer #BDFC5E
Tints of Conifer #BDFC5E
RGB
CMYK
RGB Variations
Color information
#BDFC5E (or 0xBDFC5E) is known color: Conifer. HEX triplet: BD, FC and 5E. RGB value is (189,252,94). Sum of RGB (Red+Green+Blue) = 189+252+94=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC5E is #4203A1. Grayscale: #D7D7D7. Windows color (decimal): -4326306 or 6225085. OLE color: 6225085.
HSL color Cylindrical-coordinate representation of color #BDFC5E: hue angle of 83.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDFC5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 94 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.01 |
| HSL | 83.92º | 0.96% | 0.68% | - |
| HSV(B) | 83.92º | 0.63% | 0.99% | - |
| XYZ | 57.82 | 81.25 | 23.22 | - |
| YUV | 215.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 94 | 0.25 | 0 | 0.63 | 0.01 | 83.92 | 0.96 | 0.68 |
| Hex | BD | FC | 5E | 19 | 0 | 3F | 1 | 54 | 60 | 44 |
| Octal | 275 | 374 | 136 | 31 | 0 | 77 | 1 | 124 | 140 | 104 |
| Binary | 10111101 | 11111100 | 1011110 | 11001 | 0 | 111111 | 1 | 1010100 | 1100000 | 1000100 |
Color Harmonies of #BDFC5E
Complementary color
Monochromatic Colors of #BDFC5E
Black with #BDFC5E
Text Example
Text Example
White with #BDFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC5E; }
p { color: rgb(189,252,94); }
H1.HeaderClassName
{
color: #BDFC5E;
}
.AnyTagClassName
{
color: #BDFC5E;
}
</style>
background-color css
<style>
a { background-color: #BDFC5E; }
a { background-color: rgb(189,252,94); }
div.DivClassName
{
background-color: #BDFC5E;
}
.BgClassName
{
background-color: #BDFC5E;
}
</style>
border-color css
<style>
span { border-color: #BDFC5E; }
span { border-color: rgb(189,252,94); }
td.TdClassName
{
border-color: #BDFC5E;
}
.TagClassName
{
border-color: #BDFC5E;
}
</style>