Shades of Conifer #BDFC50
Tints of Conifer #BDFC50
RGB
CMYK
RGB Variations
Color information
#BDFC50 (or 0xBDFC50) is known color: Conifer. HEX triplet: BD, FC and 50. RGB value is (189,252,80). Sum of RGB (Red+Green+Blue) = 189+252+80=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC50 is #4203AF. Grayscale: #D6D6D6. Windows color (decimal): -4326320 or 5307581. OLE color: 5307581.
HSL color Cylindrical-coordinate representation of color #BDFC50: hue angle of 81.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDFC50 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 80 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.01 |
| HSL | 81.98º | 0.97% | 0.65% | - |
| HSV(B) | 81.98º | 0.68% | 0.99% | - |
| XYZ | 57.24 | 81.02 | 20.21 | - |
| YUV | 213.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 80 | 0.25 | 0 | 0.68 | 0.01 | 81.98 | 0.97 | 0.65 |
| Hex | BD | FC | 50 | 19 | 0 | 44 | 1 | 52 | 61 | 41 |
| Octal | 275 | 374 | 120 | 31 | 0 | 104 | 1 | 122 | 141 | 101 |
| Binary | 10111101 | 11111100 | 1010000 | 11001 | 0 | 1000100 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BDFC50
Complementary color
Monochromatic Colors of #BDFC50
Black with #BDFC50
Text Example
Text Example
White with #BDFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC50; }
p { color: rgb(189,252,80); }
H1.HeaderClassName
{
color: #BDFC50;
}
.AnyTagClassName
{
color: #BDFC50;
}
</style>
background-color css
<style>
a { background-color: #BDFC50; }
a { background-color: rgb(189,252,80); }
div.DivClassName
{
background-color: #BDFC50;
}
.BgClassName
{
background-color: #BDFC50;
}
</style>
border-color css
<style>
span { border-color: #BDFC50; }
span { border-color: rgb(189,252,80); }
td.TdClassName
{
border-color: #BDFC50;
}
.TagClassName
{
border-color: #BDFC50;
}
</style>