Shades of Conifer #BAFA54
Tints of Conifer #BAFA54
RGB
CMYK
RGB Variations
Color information
#BAFA54 (or 0xBAFA54) is known color: Conifer. HEX triplet: BA, FA and 54. RGB value is (186,250,84). Sum of RGB (Red+Green+Blue) = 186+250+84=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA54 is #4505AB. Grayscale: #D4D4D4. Windows color (decimal): -4523436 or 5569210. OLE color: 5569210.
HSL color Cylindrical-coordinate representation of color #BAFA54: hue angle of 83.13º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAFA54 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 84 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.02 |
| HSL | 83.13º | 0.94% | 0.65% | - |
| HSV(B) | 83.13º | 0.66% | 0.98% | - |
| XYZ | 56.04 | 79.45 | 20.77 | - |
| YUV | 211.94 | 55.8 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 84 | 0.26 | 0 | 0.66 | 0.02 | 83.13 | 0.94 | 0.65 |
| Hex | BA | FA | 54 | 1A | 0 | 42 | 2 | 53 | 5E | 41 |
| Octal | 272 | 372 | 124 | 32 | 0 | 102 | 2 | 123 | 136 | 101 |
| Binary | 10111010 | 11111010 | 1010100 | 11010 | 0 | 1000010 | 10 | 1010011 | 1011110 | 1000001 |
Color Harmonies of #BAFA54
Complementary color
Monochromatic Colors of #BAFA54
Black with #BAFA54
Text Example
Text Example
White with #BAFA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA54; }
p { color: rgb(186,250,84); }
H1.HeaderClassName
{
color: #BAFA54;
}
.AnyTagClassName
{
color: #BAFA54;
}
</style>
background-color css
<style>
a { background-color: #BAFA54; }
a { background-color: rgb(186,250,84); }
div.DivClassName
{
background-color: #BAFA54;
}
.BgClassName
{
background-color: #BAFA54;
}
</style>
border-color css
<style>
span { border-color: #BAFA54; }
span { border-color: rgb(186,250,84); }
td.TdClassName
{
border-color: #BAFA54;
}
.TagClassName
{
border-color: #BAFA54;
}
</style>