Shades of Conifer #BAE75D
Tints of Conifer #BAE75D
RGB
CMYK
RGB Variations
Color information
#BAE75D (or 0xBAE75D) is known color: Conifer. HEX triplet: BA, E7 and 5D. RGB value is (186,231,93). Sum of RGB (Red+Green+Blue) = 186+231+93=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE75D is #4518A2. Grayscale: #CACACA. Windows color (decimal): -4528291 or 6154170. OLE color: 6154170.
HSL color Cylindrical-coordinate representation of color #BAE75D: hue angle of 79.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE75D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 79.57º | 0.74% | 0.64% | - |
| HSV(B) | 79.57º | 0.6% | 0.91% | - |
| XYZ | 50.8 | 68.38 | 20.88 | - |
| YUV | 201.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 93 | 0.19 | 0 | 0.60 | 0.09 | 79.57 | 0.74 | 0.64 |
| Hex | BA | E7 | 5D | 13 | 0 | 3C | 9 | 50 | 4A | 40 |
| Octal | 272 | 347 | 135 | 23 | 0 | 74 | 11 | 120 | 112 | 100 |
| Binary | 10111010 | 11100111 | 1011101 | 10011 | 0 | 111100 | 1001 | 1010000 | 1001010 | 1000000 |
Color Harmonies of #BAE75D
Complementary color
Monochromatic Colors of #BAE75D
Black with #BAE75D
Text Example
Text Example
White with #BAE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE75D; }
p { color: rgb(186,231,93); }
H1.HeaderClassName
{
color: #BAE75D;
}
.AnyTagClassName
{
color: #BAE75D;
}
</style>
background-color css
<style>
a { background-color: #BAE75D; }
a { background-color: rgb(186,231,93); }
div.DivClassName
{
background-color: #BAE75D;
}
.BgClassName
{
background-color: #BAE75D;
}
</style>
border-color css
<style>
span { border-color: #BAE75D; }
span { border-color: rgb(186,231,93); }
td.TdClassName
{
border-color: #BAE75D;
}
.TagClassName
{
border-color: #BAE75D;
}
</style>