Shades of Conifer #BAF143
Tints of Conifer #BAF143
RGB
CMYK
RGB Variations
Color information
#BAF143 (or 0xBAF143) is known color: Conifer. HEX triplet: BA, F1 and 43. RGB value is (186,241,67). Sum of RGB (Red+Green+Blue) = 186+241+67=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF143 is #450EBC. Grayscale: #CDCDCD. Windows color (decimal): -4525757 or 4452794. OLE color: 4452794.
HSL color Cylindrical-coordinate representation of color #BAF143: hue angle of 78.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF143 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 67 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 78.97º | 0.86% | 0.6% | - |
| HSV(B) | 78.97º | 0.72% | 0.95% | - |
| XYZ | 52.72 | 73.75 | 16.77 | - |
| YUV | 204.72 | 50.28 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 67 | 0.23 | 0 | 0.72 | 0.05 | 78.97 | 0.86 | 0.6 |
| Hex | BA | F1 | 43 | 17 | 0 | 48 | 5 | 4F | 56 | 3C |
| Octal | 272 | 361 | 103 | 27 | 0 | 110 | 5 | 117 | 126 | 74 |
| Binary | 10111010 | 11110001 | 1000011 | 10111 | 0 | 1001000 | 101 | 1001111 | 1010110 | 111100 |
Color Harmonies of #BAF143
Complementary color
Monochromatic Colors of #BAF143
Black with #BAF143
Text Example
Text Example
White with #BAF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF143; }
p { color: rgb(186,241,67); }
H1.HeaderClassName
{
color: #BAF143;
}
.AnyTagClassName
{
color: #BAF143;
}
</style>
background-color css
<style>
a { background-color: #BAF143; }
a { background-color: rgb(186,241,67); }
div.DivClassName
{
background-color: #BAF143;
}
.BgClassName
{
background-color: #BAF143;
}
</style>
border-color css
<style>
span { border-color: #BAF143; }
span { border-color: rgb(186,241,67); }
td.TdClassName
{
border-color: #BAF143;
}
.TagClassName
{
border-color: #BAF143;
}
</style>