Shades of Conifer #BAF246
Tints of Conifer #BAF246
RGB
CMYK
RGB Variations
Color information
#BAF246 (or 0xBAF246) is known color: Conifer. HEX triplet: BA, F2 and 46. RGB value is (186,242,70). Sum of RGB (Red+Green+Blue) = 186+242+70=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF246 is #450DB9. Grayscale: #CECECE. Windows color (decimal): -4525498 or 4649658. OLE color: 4649658.
HSL color Cylindrical-coordinate representation of color #BAF246: hue angle of 79.53º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAF246 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 70 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.05 |
| HSL | 79.53º | 0.87% | 0.61% | - |
| HSV(B) | 79.53º | 0.71% | 0.95% | - |
| XYZ | 53.11 | 74.39 | 17.35 | - |
| YUV | 205.65 | 51.45 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 70 | 0.23 | 0 | 0.71 | 0.05 | 79.53 | 0.87 | 0.61 |
| Hex | BA | F2 | 46 | 17 | 0 | 47 | 5 | 50 | 57 | 3D |
| Octal | 272 | 362 | 106 | 27 | 0 | 107 | 5 | 120 | 127 | 75 |
| Binary | 10111010 | 11110010 | 1000110 | 10111 | 0 | 1000111 | 101 | 1010000 | 1010111 | 111101 |
Color Harmonies of #BAF246
Complementary color
Monochromatic Colors of #BAF246
Black with #BAF246
Text Example
Text Example
White with #BAF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF246; }
p { color: rgb(186,242,70); }
H1.HeaderClassName
{
color: #BAF246;
}
.AnyTagClassName
{
color: #BAF246;
}
</style>
background-color css
<style>
a { background-color: #BAF246; }
a { background-color: rgb(186,242,70); }
div.DivClassName
{
background-color: #BAF246;
}
.BgClassName
{
background-color: #BAF246;
}
</style>
border-color css
<style>
span { border-color: #BAF246; }
span { border-color: rgb(186,242,70); }
td.TdClassName
{
border-color: #BAF246;
}
.TagClassName
{
border-color: #BAF246;
}
</style>