Shades of Sulu #BAFF7C
Tints of Sulu #BAFF7C
RGB
CMYK
RGB Variations
Color information
#BAFF7C (or 0xBAFF7C) is known color: Sulu. HEX triplet: BA, FF and 7C. RGB value is (186,255,124). Sum of RGB (Red+Green+Blue) = 186+255+124=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF7C is #450083. Grayscale: #DBDBDB. Windows color (decimal): -4522116 or 8191930. OLE color: 8191930.
HSL color Cylindrical-coordinate representation of color #BAFF7C: hue angle of 91.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFF7C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 124 | - |
| CMYK | 0.27 | 0 | 0.51 | 0 |
| HSL | 91.6º | 1% | 0.74% | - |
| HSV(B) | 91.6º | 0.51% | 1% | - |
| XYZ | 59.65 | 83.41 | 32.03 | - |
| YUV | 219.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 124 | 0.27 | 0 | 0.51 | 0 | 91.6 | 1 | 0.74 |
| Hex | BA | FF | 7C | 1B | 0 | 33 | 0 | 5C | 64 | 4A |
| Octal | 272 | 377 | 174 | 33 | 0 | 63 | 0 | 134 | 144 | 112 |
| Binary | 10111010 | 11111111 | 1111100 | 11011 | 0 | 110011 | 0 | 1011100 | 1100100 | 1001010 |
Color Harmonies of #BAFF7C
Complementary color
Monochromatic Colors of #BAFF7C
Black with #BAFF7C
Text Example
Text Example
White with #BAFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF7C; }
p { color: rgb(186,255,124); }
H1.HeaderClassName
{
color: #BAFF7C;
}
.AnyTagClassName
{
color: #BAFF7C;
}
</style>
background-color css
<style>
a { background-color: #BAFF7C; }
a { background-color: rgb(186,255,124); }
div.DivClassName
{
background-color: #BAFF7C;
}
.BgClassName
{
background-color: #BAFF7C;
}
</style>
border-color css
<style>
span { border-color: #BAFF7C; }
span { border-color: rgb(186,255,124); }
td.TdClassName
{
border-color: #BAFF7C;
}
.TagClassName
{
border-color: #BAFF7C;
}
</style>