Shades of Conifer #BAFF52
Tints of Conifer #BAFF52
RGB
CMYK
RGB Variations
Color information
#BAFF52 (or 0xBAFF52) is known color: Conifer. HEX triplet: BA, FF and 52. RGB value is (186,255,82). Sum of RGB (Red+Green+Blue) = 186+255+82=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF52 is #4500AD. Grayscale: #D7D7D7. Windows color (decimal): -4522158 or 5439418. OLE color: 5439418.
HSL color Cylindrical-coordinate representation of color #BAFF52: hue angle of 83.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAFF52 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 82 | - |
| CMYK | 0.27 | 0 | 0.68 | 0 |
| HSL | 83.93º | 1% | 0.66% | - |
| HSV(B) | 83.93º | 0.68% | 1% | - |
| XYZ | 57.53 | 82.57 | 20.89 | - |
| YUV | 214.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 82 | 0.27 | 0 | 0.68 | 0 | 83.93 | 1 | 0.66 |
| Hex | BA | FF | 52 | 1B | 0 | 44 | 0 | 54 | 64 | 42 |
| Octal | 272 | 377 | 122 | 33 | 0 | 104 | 0 | 124 | 144 | 102 |
| Binary | 10111010 | 11111111 | 1010010 | 11011 | 0 | 1000100 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #BAFF52
Complementary color
Monochromatic Colors of #BAFF52
Black with #BAFF52
Text Example
Text Example
White with #BAFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF52; }
p { color: rgb(186,255,82); }
H1.HeaderClassName
{
color: #BAFF52;
}
.AnyTagClassName
{
color: #BAFF52;
}
</style>
background-color css
<style>
a { background-color: #BAFF52; }
a { background-color: rgb(186,255,82); }
div.DivClassName
{
background-color: #BAFF52;
}
.BgClassName
{
background-color: #BAFF52;
}
</style>
border-color css
<style>
span { border-color: #BAFF52; }
span { border-color: rgb(186,255,82); }
td.TdClassName
{
border-color: #BAFF52;
}
.TagClassName
{
border-color: #BAFF52;
}
</style>