Shades of Conifer #BDFB50
Tints of Conifer #BDFB50
RGB
CMYK
RGB Variations
Color information
#BDFB50 (or 0xBDFB50) is known color: Conifer. HEX triplet: BD, FB and 50. RGB value is (189,251,80). Sum of RGB (Red+Green+Blue) = 189+251+80=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB50 is #4204AF. Grayscale: #D5D5D5. Windows color (decimal): -4326576 or 5307325. OLE color: 5307325.
HSL color Cylindrical-coordinate representation of color #BDFB50: hue angle of 81.75º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDFB50 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 80 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.02 |
| HSL | 81.75º | 0.96% | 0.65% | - |
| HSV(B) | 81.75º | 0.68% | 0.98% | - |
| XYZ | 56.93 | 80.39 | 20.11 | - |
| YUV | 212.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 80 | 0.25 | 0 | 0.68 | 0.02 | 81.75 | 0.96 | 0.65 |
| Hex | BD | FB | 50 | 19 | 0 | 44 | 2 | 52 | 60 | 41 |
| Octal | 275 | 373 | 120 | 31 | 0 | 104 | 2 | 122 | 140 | 101 |
| Binary | 10111101 | 11111011 | 1010000 | 11001 | 0 | 1000100 | 10 | 1010010 | 1100000 | 1000001 |
Color Harmonies of #BDFB50
Complementary color
Monochromatic Colors of #BDFB50
Black with #BDFB50
Text Example
Text Example
White with #BDFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB50; }
p { color: rgb(189,251,80); }
H1.HeaderClassName
{
color: #BDFB50;
}
.AnyTagClassName
{
color: #BDFB50;
}
</style>
background-color css
<style>
a { background-color: #BDFB50; }
a { background-color: rgb(189,251,80); }
div.DivClassName
{
background-color: #BDFB50;
}
.BgClassName
{
background-color: #BDFB50;
}
</style>
border-color css
<style>
span { border-color: #BDFB50; }
span { border-color: rgb(189,251,80); }
td.TdClassName
{
border-color: #BDFB50;
}
.TagClassName
{
border-color: #BDFB50;
}
</style>