Shades of Conifer #BAFF53
Tints of Conifer #BAFF53
RGB
CMYK
RGB Variations
Color information
#BAFF53 (or 0xBAFF53) is known color: Conifer. HEX triplet: BA, FF and 53. RGB value is (186,255,83). Sum of RGB (Red+Green+Blue) = 186+255+83=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF53 is #4500AC. Grayscale: #D7D7D7. Windows color (decimal): -4522157 or 5504954. OLE color: 5504954.
HSL color Cylindrical-coordinate representation of color #BAFF53: hue angle of 84.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAFF53 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 83 | - |
| CMYK | 0.27 | 0 | 0.67 | 0 |
| HSL | 84.07º | 1% | 0.66% | - |
| HSV(B) | 84.07º | 0.67% | 1% | - |
| XYZ | 57.57 | 82.58 | 21.09 | - |
| YUV | 214.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 83 | 0.27 | 0 | 0.67 | 0 | 84.07 | 1 | 0.66 |
| Hex | BA | FF | 53 | 1B | 0 | 43 | 0 | 54 | 64 | 42 |
| Octal | 272 | 377 | 123 | 33 | 0 | 103 | 0 | 124 | 144 | 102 |
| Binary | 10111010 | 11111111 | 1010011 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BAFF53
Complementary color
Monochromatic Colors of #BAFF53
Black with #BAFF53
Text Example
Text Example
White with #BAFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF53; }
p { color: rgb(186,255,83); }
H1.HeaderClassName
{
color: #BAFF53;
}
.AnyTagClassName
{
color: #BAFF53;
}
</style>
background-color css
<style>
a { background-color: #BAFF53; }
a { background-color: rgb(186,255,83); }
div.DivClassName
{
background-color: #BAFF53;
}
.BgClassName
{
background-color: #BAFF53;
}
</style>
border-color css
<style>
span { border-color: #BAFF53; }
span { border-color: rgb(186,255,83); }
td.TdClassName
{
border-color: #BAFF53;
}
.TagClassName
{
border-color: #BAFF53;
}
</style>