Shades of Conifer #BAF250
Tints of Conifer #BAF250
RGB
CMYK
RGB Variations
Color information
#BAF250 (or 0xBAF250) is known color: Conifer. HEX triplet: BA, F2 and 50. RGB value is (186,242,80). Sum of RGB (Red+Green+Blue) = 186+242+80=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF250 is #450DAF. Grayscale: #CFCFCF. Windows color (decimal): -4525488 or 5305018. OLE color: 5305018.
HSL color Cylindrical-coordinate representation of color #BAF250: hue angle of 80.74º 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 #BAF250 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.74º | 0.86% | 0.63% | - |
| HSV(B) | 80.74º | 0.67% | 0.95% | - |
| XYZ | 53.45 | 74.52 | 19.16 | - |
| YUV | 206.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 80 | 0.23 | 0 | 0.67 | 0.05 | 80.74 | 0.86 | 0.63 |
| Hex | BA | F2 | 50 | 17 | 0 | 43 | 5 | 51 | 56 | 3F |
| Octal | 272 | 362 | 120 | 27 | 0 | 103 | 5 | 121 | 126 | 77 |
| Binary | 10111010 | 11110010 | 1010000 | 10111 | 0 | 1000011 | 101 | 1010001 | 1010110 | 111111 |
Color Harmonies of #BAF250
Complementary color
Monochromatic Colors of #BAF250
Black with #BAF250
Text Example
Text Example
White with #BAF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF250; }
p { color: rgb(186,242,80); }
H1.HeaderClassName
{
color: #BAF250;
}
.AnyTagClassName
{
color: #BAF250;
}
</style>
background-color css
<style>
a { background-color: #BAF250; }
a { background-color: rgb(186,242,80); }
div.DivClassName
{
background-color: #BAF250;
}
.BgClassName
{
background-color: #BAF250;
}
</style>
border-color css
<style>
span { border-color: #BAF250; }
span { border-color: rgb(186,242,80); }
td.TdClassName
{
border-color: #BAF250;
}
.TagClassName
{
border-color: #BAF250;
}
</style>