Shades of Sulu #BAFF7A
Tints of Sulu #BAFF7A
RGB
CMYK
RGB Variations
Color information
#BAFF7A (or 0xBAFF7A) is known color: Sulu. HEX triplet: BA, FF and 7A. RGB value is (186,255,122). Sum of RGB (Red+Green+Blue) = 186+255+122=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF7A is #450085. Grayscale: #DBDBDB. Windows color (decimal): -4522118 or 8060858. OLE color: 8060858.
HSL color Cylindrical-coordinate representation of color #BAFF7A: hue angle of 91.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAFF7A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 122 | - |
| CMYK | 0.27 | 0 | 0.52 | 0 |
| HSL | 91.13º | 1% | 0.74% | - |
| HSV(B) | 91.13º | 0.52% | 1% | - |
| XYZ | 59.52 | 83.36 | 31.37 | - |
| YUV | 219.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 122 | 0.27 | 0 | 0.52 | 0 | 91.13 | 1 | 0.74 |
| Hex | BA | FF | 7A | 1B | 0 | 34 | 0 | 5B | 64 | 4A |
| Octal | 272 | 377 | 172 | 33 | 0 | 64 | 0 | 133 | 144 | 112 |
| Binary | 10111010 | 11111111 | 1111010 | 11011 | 0 | 110100 | 0 | 1011011 | 1100100 | 1001010 |
Color Harmonies of #BAFF7A
Complementary color
Monochromatic Colors of #BAFF7A
Black with #BAFF7A
Text Example
Text Example
White with #BAFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF7A; }
p { color: rgb(186,255,122); }
H1.HeaderClassName
{
color: #BAFF7A;
}
.AnyTagClassName
{
color: #BAFF7A;
}
</style>
background-color css
<style>
a { background-color: #BAFF7A; }
a { background-color: rgb(186,255,122); }
div.DivClassName
{
background-color: #BAFF7A;
}
.BgClassName
{
background-color: #BAFF7A;
}
</style>
border-color css
<style>
span { border-color: #BAFF7A; }
span { border-color: rgb(186,255,122); }
td.TdClassName
{
border-color: #BAFF7A;
}
.TagClassName
{
border-color: #BAFF7A;
}
</style>