Shades of Sulu #BAFF6E
Tints of Sulu #BAFF6E
RGB
CMYK
RGB Variations
Color information
#BAFF6E (or 0xBAFF6E) is known color: Sulu. HEX triplet: BA, FF and 6E. RGB value is (186,255,110). Sum of RGB (Red+Green+Blue) = 186+255+110=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF6E is #450091. Grayscale: #DADADA. Windows color (decimal): -4522130 or 7274426. OLE color: 7274426.
HSL color Cylindrical-coordinate representation of color #BAFF6E: hue angle of 88.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAFF6E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 110 | - |
| CMYK | 0.27 | 0 | 0.57 | 0 |
| HSL | 88.55º | 1% | 0.72% | - |
| HSV(B) | 88.55º | 0.57% | 1% | - |
| XYZ | 58.82 | 83.08 | 27.69 | - |
| YUV | 217.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 110 | 0.27 | 0 | 0.57 | 0 | 88.55 | 1 | 0.72 |
| Hex | BA | FF | 6E | 1B | 0 | 39 | 0 | 59 | 64 | 48 |
| Octal | 272 | 377 | 156 | 33 | 0 | 71 | 0 | 131 | 144 | 110 |
| Binary | 10111010 | 11111111 | 1101110 | 11011 | 0 | 111001 | 0 | 1011001 | 1100100 | 1001000 |
Color Harmonies of #BAFF6E
Complementary color
Monochromatic Colors of #BAFF6E
Black with #BAFF6E
Text Example
Text Example
White with #BAFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF6E; }
p { color: rgb(186,255,110); }
H1.HeaderClassName
{
color: #BAFF6E;
}
.AnyTagClassName
{
color: #BAFF6E;
}
</style>
background-color css
<style>
a { background-color: #BAFF6E; }
a { background-color: rgb(186,255,110); }
div.DivClassName
{
background-color: #BAFF6E;
}
.BgClassName
{
background-color: #BAFF6E;
}
</style>
border-color css
<style>
span { border-color: #BAFF6E; }
span { border-color: rgb(186,255,110); }
td.TdClassName
{
border-color: #BAFF6E;
}
.TagClassName
{
border-color: #BAFF6E;
}
</style>