Shades of Conifer #BAF25E
Tints of Conifer #BAF25E
RGB
CMYK
RGB Variations
Color information
#BAF25E (or 0xBAF25E) is known color: Conifer. HEX triplet: BA, F2 and 5E. RGB value is (186,242,94). Sum of RGB (Red+Green+Blue) = 186+242+94=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25E is #450DA1. Grayscale: #D0D0D0. Windows color (decimal): -4525474 or 6222522. OLE color: 6222522.
HSL color Cylindrical-coordinate representation of color #BAF25E: hue angle of 82.7º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF25E is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 94 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.05 |
| HSL | 82.7º | 0.85% | 0.66% | - |
| HSV(B) | 82.7º | 0.61% | 0.95% | - |
| XYZ | 54.02 | 74.75 | 22.17 | - |
| YUV | 208.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 94 | 0.23 | 0 | 0.61 | 0.05 | 82.7 | 0.85 | 0.66 |
| Hex | BA | F2 | 5E | 17 | 0 | 3D | 5 | 53 | 55 | 42 |
| Octal | 272 | 362 | 136 | 27 | 0 | 75 | 5 | 123 | 125 | 102 |
| Binary | 10111010 | 11110010 | 1011110 | 10111 | 0 | 111101 | 101 | 1010011 | 1010101 | 1000010 |
Color Harmonies of #BAF25E
Complementary color
Monochromatic Colors of #BAF25E
Black with #BAF25E
Text Example
Text Example
White with #BAF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF25E; }
p { color: rgb(186,242,94); }
H1.HeaderClassName
{
color: #BAF25E;
}
.AnyTagClassName
{
color: #BAF25E;
}
</style>
background-color css
<style>
a { background-color: #BAF25E; }
a { background-color: rgb(186,242,94); }
div.DivClassName
{
background-color: #BAF25E;
}
.BgClassName
{
background-color: #BAF25E;
}
</style>
border-color css
<style>
span { border-color: #BAF25E; }
span { border-color: rgb(186,242,94); }
td.TdClassName
{
border-color: #BAF25E;
}
.TagClassName
{
border-color: #BAF25E;
}
</style>