Shades of Conifer #BAF144
Tints of Conifer #BAF144
RGB
CMYK
RGB Variations
Color information
#BAF144 (or 0xBAF144) is known color: Conifer. HEX triplet: BA, F1 and 44. RGB value is (186,241,68). Sum of RGB (Red+Green+Blue) = 186+241+68=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF144 is #450EBB. Grayscale: #CDCDCD. Windows color (decimal): -4525756 or 4518330. OLE color: 4518330.
HSL color Cylindrical-coordinate representation of color #BAF144: hue angle of 79.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF144 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 68 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 79.08º | 0.86% | 0.61% | - |
| HSV(B) | 79.08º | 0.72% | 0.95% | - |
| XYZ | 52.75 | 73.77 | 16.93 | - |
| YUV | 204.83 | 50.78 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 68 | 0.23 | 0 | 0.72 | 0.05 | 79.08 | 0.86 | 0.61 |
| Hex | BA | F1 | 44 | 17 | 0 | 48 | 5 | 4F | 56 | 3D |
| Octal | 272 | 361 | 104 | 27 | 0 | 110 | 5 | 117 | 126 | 75 |
| Binary | 10111010 | 11110001 | 1000100 | 10111 | 0 | 1001000 | 101 | 1001111 | 1010110 | 111101 |
Color Harmonies of #BAF144
Complementary color
Monochromatic Colors of #BAF144
Black with #BAF144
Text Example
Text Example
White with #BAF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF144; }
p { color: rgb(186,241,68); }
H1.HeaderClassName
{
color: #BAF144;
}
.AnyTagClassName
{
color: #BAF144;
}
</style>
background-color css
<style>
a { background-color: #BAF144; }
a { background-color: rgb(186,241,68); }
div.DivClassName
{
background-color: #BAF144;
}
.BgClassName
{
background-color: #BAF144;
}
</style>
border-color css
<style>
span { border-color: #BAF144; }
span { border-color: rgb(186,241,68); }
td.TdClassName
{
border-color: #BAF144;
}
.TagClassName
{
border-color: #BAF144;
}
</style>