Shades of Conifer #BDF950
Tints of Conifer #BDF950
RGB
CMYK
RGB Variations
Color information
#BDF950 (or 0xBDF950) is known color: Conifer. HEX triplet: BD, F9 and 50. RGB value is (189,249,80). Sum of RGB (Red+Green+Blue) = 189+249+80=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF950 is #4206AF. Grayscale: #D4D4D4. Windows color (decimal): -4327088 or 5306813. OLE color: 5306813.
HSL color Cylindrical-coordinate representation of color #BDF950: hue angle of 81.3º degrees, saturation: 0.93, 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 #BDF950 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 80 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.02 |
| HSL | 81.3º | 0.93% | 0.65% | - |
| HSV(B) | 81.3º | 0.68% | 0.98% | - |
| XYZ | 56.31 | 79.15 | 19.9 | - |
| YUV | 211.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 80 | 0.24 | 0 | 0.68 | 0.02 | 81.3 | 0.93 | 0.65 |
| Hex | BD | F9 | 50 | 18 | 0 | 44 | 2 | 51 | 5D | 41 |
| Octal | 275 | 371 | 120 | 30 | 0 | 104 | 2 | 121 | 135 | 101 |
| Binary | 10111101 | 11111001 | 1010000 | 11000 | 0 | 1000100 | 10 | 1010001 | 1011101 | 1000001 |
Color Harmonies of #BDF950
Complementary color
Monochromatic Colors of #BDF950
Black with #BDF950
Text Example
Text Example
White with #BDF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF950; }
p { color: rgb(189,249,80); }
H1.HeaderClassName
{
color: #BDF950;
}
.AnyTagClassName
{
color: #BDF950;
}
</style>
background-color css
<style>
a { background-color: #BDF950; }
a { background-color: rgb(189,249,80); }
div.DivClassName
{
background-color: #BDF950;
}
.BgClassName
{
background-color: #BDF950;
}
</style>
border-color css
<style>
span { border-color: #BDF950; }
span { border-color: rgb(189,249,80); }
td.TdClassName
{
border-color: #BDF950;
}
.TagClassName
{
border-color: #BDF950;
}
</style>