Shades of Conifer #BAF247
Tints of Conifer #BAF247
RGB
CMYK
RGB Variations
Color information
#BAF247 (or 0xBAF247) is known color: Conifer. HEX triplet: BA, F2 and 47. RGB value is (186,242,71). Sum of RGB (Red+Green+Blue) = 186+242+71=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF247 is #450DB8. Grayscale: #CECECE. Windows color (decimal): -4525497 or 4715194. OLE color: 4715194.
HSL color Cylindrical-coordinate representation of color #BAF247: hue angle of 79.65º 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 #BAF247 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 71 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.05 |
| HSL | 79.65º | 0.87% | 0.61% | - |
| HSV(B) | 79.65º | 0.71% | 0.95% | - |
| XYZ | 53.14 | 74.4 | 17.52 | - |
| YUV | 205.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 71 | 0.23 | 0 | 0.71 | 0.05 | 79.65 | 0.87 | 0.61 |
| Hex | BA | F2 | 47 | 17 | 0 | 47 | 5 | 50 | 57 | 3D |
| Octal | 272 | 362 | 107 | 27 | 0 | 107 | 5 | 120 | 127 | 75 |
| Binary | 10111010 | 11110010 | 1000111 | 10111 | 0 | 1000111 | 101 | 1010000 | 1010111 | 111101 |
Color Harmonies of #BAF247
Complementary color
Monochromatic Colors of #BAF247
Black with #BAF247
Text Example
Text Example
White with #BAF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF247; }
p { color: rgb(186,242,71); }
H1.HeaderClassName
{
color: #BAF247;
}
.AnyTagClassName
{
color: #BAF247;
}
</style>
background-color css
<style>
a { background-color: #BAF247; }
a { background-color: rgb(186,242,71); }
div.DivClassName
{
background-color: #BAF247;
}
.BgClassName
{
background-color: #BAF247;
}
</style>
border-color css
<style>
span { border-color: #BAF247; }
span { border-color: rgb(186,242,71); }
td.TdClassName
{
border-color: #BAF247;
}
.TagClassName
{
border-color: #BAF247;
}
</style>