Shades of Conifer #BAF150
Tints of Conifer #BAF150
RGB
CMYK
RGB Variations
Color information
#BAF150 (or 0xBAF150) is known color: Conifer. HEX triplet: BA, F1 and 50. RGB value is (186,241,80). Sum of RGB (Red+Green+Blue) = 186+241+80=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF150 is #450EAF. Grayscale: #CECECE. Windows color (decimal): -4525744 or 5304762. OLE color: 5304762.
HSL color Cylindrical-coordinate representation of color #BAF150: hue angle of 80.5º degrees, saturation: 0.85, 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 #BAF150 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.05 |
| HSL | 80.5º | 0.85% | 0.63% | - |
| HSV(B) | 80.5º | 0.67% | 0.95% | - |
| XYZ | 53.15 | 73.93 | 19.06 | - |
| YUV | 206.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 80 | 0.23 | 0 | 0.67 | 0.05 | 80.5 | 0.85 | 0.63 |
| Hex | BA | F1 | 50 | 17 | 0 | 43 | 5 | 50 | 55 | 3F |
| Octal | 272 | 361 | 120 | 27 | 0 | 103 | 5 | 120 | 125 | 77 |
| Binary | 10111010 | 11110001 | 1010000 | 10111 | 0 | 1000011 | 101 | 1010000 | 1010101 | 111111 |
Color Harmonies of #BAF150
Complementary color
Monochromatic Colors of #BAF150
Black with #BAF150
Text Example
Text Example
White with #BAF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF150; }
p { color: rgb(186,241,80); }
H1.HeaderClassName
{
color: #BAF150;
}
.AnyTagClassName
{
color: #BAF150;
}
</style>
background-color css
<style>
a { background-color: #BAF150; }
a { background-color: rgb(186,241,80); }
div.DivClassName
{
background-color: #BAF150;
}
.BgClassName
{
background-color: #BAF150;
}
</style>
border-color css
<style>
span { border-color: #BAF150; }
span { border-color: rgb(186,241,80); }
td.TdClassName
{
border-color: #BAF150;
}
.TagClassName
{
border-color: #BAF150;
}
</style>