Shades of Conifer #BAF85D
Tints of Conifer #BAF85D
RGB
CMYK
RGB Variations
Color information
#BAF85D (or 0xBAF85D) is known color: Conifer. HEX triplet: BA, F8 and 5D. RGB value is (186,248,93). Sum of RGB (Red+Green+Blue) = 186+248+93=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF85D is #4507A2. Grayscale: #D4D4D4. Windows color (decimal): -4523939 or 6158522. OLE color: 6158522.
HSL color Cylindrical-coordinate representation of color #BAF85D: hue angle of 84º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF85D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 93 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.03 |
| HSL | 84º | 0.92% | 0.67% | - |
| HSV(B) | 84º | 0.63% | 0.97% | - |
| XYZ | 55.79 | 78.36 | 22.54 | - |
| YUV | 211.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 93 | 0.25 | 0 | 0.62 | 0.03 | 84 | 0.92 | 0.67 |
| Hex | BA | F8 | 5D | 19 | 0 | 3E | 3 | 54 | 5C | 43 |
| Octal | 272 | 370 | 135 | 31 | 0 | 76 | 3 | 124 | 134 | 103 |
| Binary | 10111010 | 11111000 | 1011101 | 11001 | 0 | 111110 | 11 | 1010100 | 1011100 | 1000011 |
Color Harmonies of #BAF85D
Complementary color
Monochromatic Colors of #BAF85D
Black with #BAF85D
Text Example
Text Example
White with #BAF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF85D; }
p { color: rgb(186,248,93); }
H1.HeaderClassName
{
color: #BAF85D;
}
.AnyTagClassName
{
color: #BAF85D;
}
</style>
background-color css
<style>
a { background-color: #BAF85D; }
a { background-color: rgb(186,248,93); }
div.DivClassName
{
background-color: #BAF85D;
}
.BgClassName
{
background-color: #BAF85D;
}
</style>
border-color css
<style>
span { border-color: #BAF85D; }
span { border-color: rgb(186,248,93); }
td.TdClassName
{
border-color: #BAF85D;
}
.TagClassName
{
border-color: #BAF85D;
}
</style>