Shades of Conifer #BAF14A
Tints of Conifer #BAF14A
RGB
CMYK
RGB Variations
Color information
#BAF14A (or 0xBAF14A) is known color: Conifer. HEX triplet: BA, F1 and 4A. RGB value is (186,241,74). Sum of RGB (Red+Green+Blue) = 186+241+74=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF14A is #450EB5. Grayscale: #CECECE. Windows color (decimal): -4525750 or 4911546. OLE color: 4911546.
HSL color Cylindrical-coordinate representation of color #BAF14A: hue angle of 79.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF14A is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 74 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.05 |
| HSL | 79.76º | 0.86% | 0.62% | - |
| HSV(B) | 79.76º | 0.69% | 0.95% | - |
| XYZ | 52.94 | 73.84 | 17.94 | - |
| YUV | 205.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 74 | 0.23 | 0 | 0.69 | 0.05 | 79.76 | 0.86 | 0.62 |
| Hex | BA | F1 | 4A | 17 | 0 | 45 | 5 | 50 | 56 | 3E |
| Octal | 272 | 361 | 112 | 27 | 0 | 105 | 5 | 120 | 126 | 76 |
| Binary | 10111010 | 11110001 | 1001010 | 10111 | 0 | 1000101 | 101 | 1010000 | 1010110 | 111110 |
Color Harmonies of #BAF14A
Complementary color
Monochromatic Colors of #BAF14A
Black with #BAF14A
Text Example
Text Example
White with #BAF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF14A; }
p { color: rgb(186,241,74); }
H1.HeaderClassName
{
color: #BAF14A;
}
.AnyTagClassName
{
color: #BAF14A;
}
</style>
background-color css
<style>
a { background-color: #BAF14A; }
a { background-color: rgb(186,241,74); }
div.DivClassName
{
background-color: #BAF14A;
}
.BgClassName
{
background-color: #BAF14A;
}
</style>
border-color css
<style>
span { border-color: #BAF14A; }
span { border-color: rgb(186,241,74); }
td.TdClassName
{
border-color: #BAF14A;
}
.TagClassName
{
border-color: #BAF14A;
}
</style>