Shades of Conifer #BAFE53
Tints of Conifer #BAFE53
RGB
CMYK
RGB Variations
Color information
#BAFE53 (or 0xBAFE53) is known color: Conifer. HEX triplet: BA, FE and 53. RGB value is (186,254,83). Sum of RGB (Red+Green+Blue) = 186+254+83=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE53 is #4501AC. Grayscale: #D6D6D6. Windows color (decimal): -4522413 or 5504698. OLE color: 5504698.
HSL color Cylindrical-coordinate representation of color #BAFE53: hue angle of 83.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAFE53 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 83 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.00 |
| HSL | 83.86º | 0.99% | 0.66% | - |
| HSV(B) | 83.86º | 0.67% | 1% | - |
| XYZ | 57.25 | 81.95 | 20.98 | - |
| YUV | 214.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 83 | 0.27 | 0 | 0.67 | 0.00 | 83.86 | 0.99 | 0.66 |
| Hex | BA | FE | 53 | 1B | 0 | 43 | 0 | 54 | 63 | 42 |
| Octal | 272 | 376 | 123 | 33 | 0 | 103 | 0 | 124 | 143 | 102 |
| Binary | 10111010 | 11111110 | 1010011 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100011 | 1000010 |
Color Harmonies of #BAFE53
Complementary color
Monochromatic Colors of #BAFE53
Black with #BAFE53
Text Example
Text Example
White with #BAFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE53; }
p { color: rgb(186,254,83); }
H1.HeaderClassName
{
color: #BAFE53;
}
.AnyTagClassName
{
color: #BAFE53;
}
</style>
background-color css
<style>
a { background-color: #BAFE53; }
a { background-color: rgb(186,254,83); }
div.DivClassName
{
background-color: #BAFE53;
}
.BgClassName
{
background-color: #BAFE53;
}
</style>
border-color css
<style>
span { border-color: #BAFE53; }
span { border-color: rgb(186,254,83); }
td.TdClassName
{
border-color: #BAFE53;
}
.TagClassName
{
border-color: #BAFE53;
}
</style>