Shades of Conifer #BAF041
Tints of Conifer #BAF041
RGB
CMYK
RGB Variations
Color information
#BAF041 (or 0xBAF041) is known color: Conifer. HEX triplet: BA, F0 and 41. RGB value is (186,240,65). Sum of RGB (Red+Green+Blue) = 186+240+65=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF041 is #450FBE. Grayscale: #CCCCCC. Windows color (decimal): -4526015 or 4321466. OLE color: 4321466.
HSL color Cylindrical-coordinate representation of color #BAF041: hue angle of 78.51º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF041 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 65 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.06 |
| HSL | 78.51º | 0.85% | 0.6% | - |
| HSV(B) | 78.51º | 0.73% | 0.94% | - |
| XYZ | 52.36 | 73.14 | 16.36 | - |
| YUV | 203.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 65 | 0.22 | 0 | 0.73 | 0.06 | 78.51 | 0.85 | 0.6 |
| Hex | BA | F0 | 41 | 16 | 0 | 49 | 6 | 4F | 55 | 3C |
| Octal | 272 | 360 | 101 | 26 | 0 | 111 | 6 | 117 | 125 | 74 |
| Binary | 10111010 | 11110000 | 1000001 | 10110 | 0 | 1001001 | 110 | 1001111 | 1010101 | 111100 |
Color Harmonies of #BAF041
Complementary color
Monochromatic Colors of #BAF041
Black with #BAF041
Text Example
Text Example
White with #BAF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF041; }
p { color: rgb(186,240,65); }
H1.HeaderClassName
{
color: #BAF041;
}
.AnyTagClassName
{
color: #BAF041;
}
</style>
background-color css
<style>
a { background-color: #BAF041; }
a { background-color: rgb(186,240,65); }
div.DivClassName
{
background-color: #BAF041;
}
.BgClassName
{
background-color: #BAF041;
}
</style>
border-color css
<style>
span { border-color: #BAF041; }
span { border-color: rgb(186,240,65); }
td.TdClassName
{
border-color: #BAF041;
}
.TagClassName
{
border-color: #BAF041;
}
</style>