Shades of Conifer #BDF250
Tints of Conifer #BDF250
RGB
CMYK
RGB Variations
Color information
#BDF250 (or 0xBDF250) is known color: Conifer. HEX triplet: BD, F2 and 50. RGB value is (189,242,80). Sum of RGB (Red+Green+Blue) = 189+242+80=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF250 is #420DAF. Grayscale: #D0D0D0. Windows color (decimal): -4328880 or 5305021. OLE color: 5305021.
HSL color Cylindrical-coordinate representation of color #BDF250: hue angle of 79.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF250 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 80 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.05 |
| HSL | 79.63º | 0.86% | 0.63% | - |
| HSV(B) | 79.63º | 0.67% | 0.95% | - |
| XYZ | 54.19 | 74.9 | 19.19 | - |
| YUV | 207.69 | 55.94 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 80 | 0.22 | 0 | 0.67 | 0.05 | 79.63 | 0.86 | 0.63 |
| Hex | BD | F2 | 50 | 16 | 0 | 43 | 5 | 50 | 56 | 3F |
| Octal | 275 | 362 | 120 | 26 | 0 | 103 | 5 | 120 | 126 | 77 |
| Binary | 10111101 | 11110010 | 1010000 | 10110 | 0 | 1000011 | 101 | 1010000 | 1010110 | 111111 |
Color Harmonies of #BDF250
Complementary color
Monochromatic Colors of #BDF250
Black with #BDF250
Text Example
Text Example
White with #BDF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF250; }
p { color: rgb(189,242,80); }
H1.HeaderClassName
{
color: #BDF250;
}
.AnyTagClassName
{
color: #BDF250;
}
</style>
background-color css
<style>
a { background-color: #BDF250; }
a { background-color: rgb(189,242,80); }
div.DivClassName
{
background-color: #BDF250;
}
.BgClassName
{
background-color: #BDF250;
}
</style>
border-color css
<style>
span { border-color: #BDF250; }
span { border-color: rgb(189,242,80); }
td.TdClassName
{
border-color: #BDF250;
}
.TagClassName
{
border-color: #BDF250;
}
</style>