Shades of Conifer #BDFC5D
Tints of Conifer #BDFC5D
RGB
CMYK
RGB Variations
Color information
#BDFC5D (or 0xBDFC5D) is known color: Conifer. HEX triplet: BD, FC and 5D. RGB value is (189,252,93). Sum of RGB (Red+Green+Blue) = 189+252+93=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC5D is #4203A2. Grayscale: #D7D7D7. Windows color (decimal): -4326307 or 6159549. OLE color: 6159549.
HSL color Cylindrical-coordinate representation of color #BDFC5D: hue angle of 83.77º 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 #BDFC5D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 93 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.01 |
| HSL | 83.77º | 0.96% | 0.68% | - |
| HSV(B) | 83.77º | 0.63% | 0.99% | - |
| XYZ | 57.77 | 81.23 | 22.99 | - |
| YUV | 215.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 93 | 0.25 | 0 | 0.63 | 0.01 | 83.77 | 0.96 | 0.68 |
| Hex | BD | FC | 5D | 19 | 0 | 3F | 1 | 54 | 60 | 44 |
| Octal | 275 | 374 | 135 | 31 | 0 | 77 | 1 | 124 | 140 | 104 |
| Binary | 10111101 | 11111100 | 1011101 | 11001 | 0 | 111111 | 1 | 1010100 | 1100000 | 1000100 |
Color Harmonies of #BDFC5D
Complementary color
Monochromatic Colors of #BDFC5D
Black with #BDFC5D
Text Example
Text Example
White with #BDFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC5D; }
p { color: rgb(189,252,93); }
H1.HeaderClassName
{
color: #BDFC5D;
}
.AnyTagClassName
{
color: #BDFC5D;
}
</style>
background-color css
<style>
a { background-color: #BDFC5D; }
a { background-color: rgb(189,252,93); }
div.DivClassName
{
background-color: #BDFC5D;
}
.BgClassName
{
background-color: #BDFC5D;
}
</style>
border-color css
<style>
span { border-color: #BDFC5D; }
span { border-color: rgb(189,252,93); }
td.TdClassName
{
border-color: #BDFC5D;
}
.TagClassName
{
border-color: #BDFC5D;
}
</style>