Shades of Conifer #BAF353
Tints of Conifer #BAF353
RGB
CMYK
RGB Variations
Color information
#BAF353 (or 0xBAF353) is known color: Conifer. HEX triplet: BA, F3 and 53. RGB value is (186,243,83). Sum of RGB (Red+Green+Blue) = 186+243+83=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF353 is #450CAC. Grayscale: #D0D0D0. Windows color (decimal): -4525229 or 5501882. OLE color: 5501882.
HSL color Cylindrical-coordinate representation of color #BAF353: hue angle of 81.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAF353 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.05 |
| HSL | 81.38º | 0.87% | 0.64% | - |
| HSV(B) | 81.38º | 0.66% | 0.95% | - |
| XYZ | 53.86 | 75.16 | 19.85 | - |
| YUV | 207.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 83 | 0.23 | 0 | 0.66 | 0.05 | 81.38 | 0.87 | 0.64 |
| Hex | BA | F3 | 53 | 17 | 0 | 42 | 5 | 51 | 57 | 40 |
| Octal | 272 | 363 | 123 | 27 | 0 | 102 | 5 | 121 | 127 | 100 |
| Binary | 10111010 | 11110011 | 1010011 | 10111 | 0 | 1000010 | 101 | 1010001 | 1010111 | 1000000 |
Color Harmonies of #BAF353
Complementary color
Monochromatic Colors of #BAF353
Black with #BAF353
Text Example
Text Example
White with #BAF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF353; }
p { color: rgb(186,243,83); }
H1.HeaderClassName
{
color: #BAF353;
}
.AnyTagClassName
{
color: #BAF353;
}
</style>
background-color css
<style>
a { background-color: #BAF353; }
a { background-color: rgb(186,243,83); }
div.DivClassName
{
background-color: #BAF353;
}
.BgClassName
{
background-color: #BAF353;
}
</style>
border-color css
<style>
span { border-color: #BAF353; }
span { border-color: rgb(186,243,83); }
td.TdClassName
{
border-color: #BAF353;
}
.TagClassName
{
border-color: #BAF353;
}
</style>