Shades of Conifer #BAFF54
Tints of Conifer #BAFF54
RGB
CMYK
RGB Variations
Color information
#BAFF54 (or 0xBAFF54) is known color: Conifer. HEX triplet: BA, FF and 54. RGB value is (186,255,84). Sum of RGB (Red+Green+Blue) = 186+255+84=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF54 is #4500AB. Grayscale: #D7D7D7. Windows color (decimal): -4522156 or 5570490. OLE color: 5570490.
HSL color Cylindrical-coordinate representation of color #BAFF54: hue angle of 84.21º 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 #BAFF54 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 84 | - |
| CMYK | 0.27 | 0 | 0.67 | 0 |
| HSL | 84.21º | 1% | 0.66% | - |
| HSV(B) | 84.21º | 0.67% | 1% | - |
| XYZ | 57.61 | 82.6 | 21.29 | - |
| YUV | 214.88 | 54.14 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 84 | 0.27 | 0 | 0.67 | 0 | 84.21 | 1 | 0.66 |
| Hex | BA | FF | 54 | 1B | 0 | 43 | 0 | 54 | 64 | 42 |
| Octal | 272 | 377 | 124 | 33 | 0 | 103 | 0 | 124 | 144 | 102 |
| Binary | 10111010 | 11111111 | 1010100 | 11011 | 0 | 1000011 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BAFF54
Complementary color
Monochromatic Colors of #BAFF54
Black with #BAFF54
Text Example
Text Example
White with #BAFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF54; }
p { color: rgb(186,255,84); }
H1.HeaderClassName
{
color: #BAFF54;
}
.AnyTagClassName
{
color: #BAFF54;
}
</style>
background-color css
<style>
a { background-color: #BAFF54; }
a { background-color: rgb(186,255,84); }
div.DivClassName
{
background-color: #BAFF54;
}
.BgClassName
{
background-color: #BAFF54;
}
</style>
border-color css
<style>
span { border-color: #BAFF54; }
span { border-color: rgb(186,255,84); }
td.TdClassName
{
border-color: #BAFF54;
}
.TagClassName
{
border-color: #BAFF54;
}
</style>