Shades of Sulu #BAFF71
Tints of Sulu #BAFF71
RGB
CMYK
RGB Variations
Color information
#BAFF71 (or 0xBAFF71) is known color: Sulu. HEX triplet: BA, FF and 71. RGB value is (186,255,113). Sum of RGB (Red+Green+Blue) = 186+255+113=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF71 is #45008E. Grayscale: #DADADA. Windows color (decimal): -4522127 or 7471034. OLE color: 7471034.
HSL color Cylindrical-coordinate representation of color #BAFF71: hue angle of 89.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAFF71 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 113 | - |
| CMYK | 0.27 | 0 | 0.56 | 0 |
| HSL | 89.15º | 1% | 0.72% | - |
| HSV(B) | 89.15º | 0.56% | 1% | - |
| XYZ | 58.99 | 83.15 | 28.56 | - |
| YUV | 218.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 113 | 0.27 | 0 | 0.56 | 0 | 89.15 | 1 | 0.72 |
| Hex | BA | FF | 71 | 1B | 0 | 38 | 0 | 59 | 64 | 48 |
| Octal | 272 | 377 | 161 | 33 | 0 | 70 | 0 | 131 | 144 | 110 |
| Binary | 10111010 | 11111111 | 1110001 | 11011 | 0 | 111000 | 0 | 1011001 | 1100100 | 1001000 |
Color Harmonies of #BAFF71
Complementary color
Monochromatic Colors of #BAFF71
Black with #BAFF71
Text Example
Text Example
White with #BAFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF71; }
p { color: rgb(186,255,113); }
H1.HeaderClassName
{
color: #BAFF71;
}
.AnyTagClassName
{
color: #BAFF71;
}
</style>
background-color css
<style>
a { background-color: #BAFF71; }
a { background-color: rgb(186,255,113); }
div.DivClassName
{
background-color: #BAFF71;
}
.BgClassName
{
background-color: #BAFF71;
}
</style>
border-color css
<style>
span { border-color: #BAFF71; }
span { border-color: rgb(186,255,113); }
td.TdClassName
{
border-color: #BAFF71;
}
.TagClassName
{
border-color: #BAFF71;
}
</style>