Shades of Conifer #BAE74B
Tints of Conifer #BAE74B
RGB
CMYK
RGB Variations
Color information
#BAE74B (or 0xBAE74B) is known color: Conifer. HEX triplet: BA, E7 and 4B. RGB value is (186,231,75). Sum of RGB (Red+Green+Blue) = 186+231+75=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE74B is #4518B4. Grayscale: #C8C8C8. Windows color (decimal): -4528309 or 4974522. OLE color: 4974522.
HSL color Cylindrical-coordinate representation of color #BAE74B: hue angle of 77.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE74B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 75 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 77.31º | 0.76% | 0.6% | - |
| HSV(B) | 77.31º | 0.68% | 0.91% | - |
| XYZ | 50.1 | 68.1 | 17.16 | - |
| YUV | 199.76 | 57.59 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 75 | 0.19 | 0 | 0.68 | 0.09 | 77.31 | 0.76 | 0.6 |
| Hex | BA | E7 | 4B | 13 | 0 | 44 | 9 | 4D | 4C | 3C |
| Octal | 272 | 347 | 113 | 23 | 0 | 104 | 11 | 115 | 114 | 74 |
| Binary | 10111010 | 11100111 | 1001011 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001100 | 111100 |
Color Harmonies of #BAE74B
Complementary color
Monochromatic Colors of #BAE74B
Black with #BAE74B
Text Example
Text Example
White with #BAE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE74B; }
p { color: rgb(186,231,75); }
H1.HeaderClassName
{
color: #BAE74B;
}
.AnyTagClassName
{
color: #BAE74B;
}
</style>
background-color css
<style>
a { background-color: #BAE74B; }
a { background-color: rgb(186,231,75); }
div.DivClassName
{
background-color: #BAE74B;
}
.BgClassName
{
background-color: #BAE74B;
}
</style>
border-color css
<style>
span { border-color: #BAE74B; }
span { border-color: rgb(186,231,75); }
td.TdClassName
{
border-color: #BAE74B;
}
.TagClassName
{
border-color: #BAE74B;
}
</style>