Shades of Sulu #BAFD7C
Tints of Sulu #BAFD7C
RGB
CMYK
RGB Variations
Color information
#BAFD7C (or 0xBAFD7C) is known color: Sulu. HEX triplet: BA, FD and 7C. RGB value is (186,253,124). Sum of RGB (Red+Green+Blue) = 186+253+124=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD7C is #450283. Grayscale: #DADADA. Windows color (decimal): -4522628 or 8191418. OLE color: 8191418.
HSL color Cylindrical-coordinate representation of color #BAFD7C: hue angle of 91.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFD7C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 124 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 91.16º | 0.97% | 0.74% | - |
| HSV(B) | 91.16º | 0.51% | 0.99% | - |
| XYZ | 59.01 | 82.14 | 31.81 | - |
| YUV | 218.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 124 | 0.26 | 0 | 0.51 | 0.01 | 91.16 | 0.97 | 0.74 |
| Hex | BA | FD | 7C | 1A | 0 | 33 | 1 | 5B | 61 | 4A |
| Octal | 272 | 375 | 174 | 32 | 0 | 63 | 1 | 133 | 141 | 112 |
| Binary | 10111010 | 11111101 | 1111100 | 11010 | 0 | 110011 | 1 | 1011011 | 1100001 | 1001010 |
Color Harmonies of #BAFD7C
Complementary color
Monochromatic Colors of #BAFD7C
Black with #BAFD7C
Text Example
Text Example
White with #BAFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD7C; }
p { color: rgb(186,253,124); }
H1.HeaderClassName
{
color: #BAFD7C;
}
.AnyTagClassName
{
color: #BAFD7C;
}
</style>
background-color css
<style>
a { background-color: #BAFD7C; }
a { background-color: rgb(186,253,124); }
div.DivClassName
{
background-color: #BAFD7C;
}
.BgClassName
{
background-color: #BAFD7C;
}
</style>
border-color css
<style>
span { border-color: #BAFD7C; }
span { border-color: rgb(186,253,124); }
td.TdClassName
{
border-color: #BAFD7C;
}
.TagClassName
{
border-color: #BAFD7C;
}
</style>