Shades of Conifer #BAF450
Tints of Conifer #BAF450
RGB
CMYK
RGB Variations
Color information
#BAF450 (or 0xBAF450) is known color: Conifer. HEX triplet: BA, F4 and 50. RGB value is (186,244,80). Sum of RGB (Red+Green+Blue) = 186+244+80=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF450 is #450BAF. Grayscale: #D0D0D0. Windows color (decimal): -4524976 or 5305530. OLE color: 5305530.
HSL color Cylindrical-coordinate representation of color #BAF450: hue angle of 81.22º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF450 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.22º | 0.88% | 0.64% | - |
| HSV(B) | 81.22º | 0.67% | 0.96% | - |
| XYZ | 54.05 | 75.72 | 19.36 | - |
| YUV | 207.96 | 55.78 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 80 | 0.24 | 0 | 0.67 | 0.04 | 81.22 | 0.88 | 0.64 |
| Hex | BA | F4 | 50 | 18 | 0 | 43 | 4 | 51 | 58 | 40 |
| Octal | 272 | 364 | 120 | 30 | 0 | 103 | 4 | 121 | 130 | 100 |
| Binary | 10111010 | 11110100 | 1010000 | 11000 | 0 | 1000011 | 100 | 1010001 | 1011000 | 1000000 |
Color Harmonies of #BAF450
Complementary color
Monochromatic Colors of #BAF450
Black with #BAF450
Text Example
Text Example
White with #BAF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF450; }
p { color: rgb(186,244,80); }
H1.HeaderClassName
{
color: #BAF450;
}
.AnyTagClassName
{
color: #BAF450;
}
</style>
background-color css
<style>
a { background-color: #BAF450; }
a { background-color: rgb(186,244,80); }
div.DivClassName
{
background-color: #BAF450;
}
.BgClassName
{
background-color: #BAF450;
}
</style>
border-color css
<style>
span { border-color: #BAF450; }
span { border-color: rgb(186,244,80); }
td.TdClassName
{
border-color: #BAF450;
}
.TagClassName
{
border-color: #BAF450;
}
</style>