Shades of Conifer #BAE75A
Tints of Conifer #BAE75A
RGB
CMYK
RGB Variations
Color information
#BAE75A (or 0xBAE75A) is known color: Conifer. HEX triplet: BA, E7 and 5A. RGB value is (186,231,90). Sum of RGB (Red+Green+Blue) = 186+231+90=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE75A is #4518A5. Grayscale: #C9C9C9. Windows color (decimal): -4528294 or 5957562. OLE color: 5957562.
HSL color Cylindrical-coordinate representation of color #BAE75A: hue angle of 79.15º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAE75A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 90 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 79.15º | 0.75% | 0.63% | - |
| HSV(B) | 79.15º | 0.61% | 0.91% | - |
| XYZ | 50.67 | 68.33 | 20.19 | - |
| YUV | 201.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 90 | 0.19 | 0 | 0.61 | 0.09 | 79.15 | 0.75 | 0.63 |
| Hex | BA | E7 | 5A | 13 | 0 | 3D | 9 | 4F | 4B | 3F |
| Octal | 272 | 347 | 132 | 23 | 0 | 75 | 11 | 117 | 113 | 77 |
| Binary | 10111010 | 11100111 | 1011010 | 10011 | 0 | 111101 | 1001 | 1001111 | 1001011 | 111111 |
Color Harmonies of #BAE75A
Complementary color
Monochromatic Colors of #BAE75A
Black with #BAE75A
Text Example
Text Example
White with #BAE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE75A; }
p { color: rgb(186,231,90); }
H1.HeaderClassName
{
color: #BAE75A;
}
.AnyTagClassName
{
color: #BAE75A;
}
</style>
background-color css
<style>
a { background-color: #BAE75A; }
a { background-color: rgb(186,231,90); }
div.DivClassName
{
background-color: #BAE75A;
}
.BgClassName
{
background-color: #BAE75A;
}
</style>
border-color css
<style>
span { border-color: #BAE75A; }
span { border-color: rgb(186,231,90); }
td.TdClassName
{
border-color: #BAE75A;
}
.TagClassName
{
border-color: #BAE75A;
}
</style>