Shades of Sulu #BAFF6C
Tints of Sulu #BAFF6C
RGB
CMYK
RGB Variations
Color information
#BAFF6C (or 0xBAFF6C) is known color: Sulu. HEX triplet: BA, FF and 6C. RGB value is (186,255,108). Sum of RGB (Red+Green+Blue) = 186+255+108=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF6C is #450093. Grayscale: #DADADA. Windows color (decimal): -4522132 or 7143354. OLE color: 7143354.
HSL color Cylindrical-coordinate representation of color #BAFF6C: hue angle of 88.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAFF6C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 108 | - |
| CMYK | 0.27 | 0 | 0.58 | 0 |
| HSL | 88.16º | 1% | 0.71% | - |
| HSV(B) | 88.16º | 0.58% | 1% | - |
| XYZ | 58.72 | 83.04 | 27.12 | - |
| YUV | 217.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 108 | 0.27 | 0 | 0.58 | 0 | 88.16 | 1 | 0.71 |
| Hex | BA | FF | 6C | 1B | 0 | 3A | 0 | 58 | 64 | 47 |
| Octal | 272 | 377 | 154 | 33 | 0 | 72 | 0 | 130 | 144 | 107 |
| Binary | 10111010 | 11111111 | 1101100 | 11011 | 0 | 111010 | 0 | 1011000 | 1100100 | 1000111 |
Color Harmonies of #BAFF6C
Complementary color
Monochromatic Colors of #BAFF6C
Black with #BAFF6C
Text Example
Text Example
White with #BAFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF6C; }
p { color: rgb(186,255,108); }
H1.HeaderClassName
{
color: #BAFF6C;
}
.AnyTagClassName
{
color: #BAFF6C;
}
</style>
background-color css
<style>
a { background-color: #BAFF6C; }
a { background-color: rgb(186,255,108); }
div.DivClassName
{
background-color: #BAFF6C;
}
.BgClassName
{
background-color: #BAFF6C;
}
</style>
border-color css
<style>
span { border-color: #BAFF6C; }
span { border-color: rgb(186,255,108); }
td.TdClassName
{
border-color: #BAFF6C;
}
.TagClassName
{
border-color: #BAFF6C;
}
</style>