Shades of Sulu #BAFC7D
Tints of Sulu #BAFC7D
RGB
CMYK
RGB Variations
Color information
#BAFC7D (or 0xBAFC7D) is known color: Sulu. HEX triplet: BA, FC and 7D. RGB value is (186,252,125). Sum of RGB (Red+Green+Blue) = 186+252+125=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC7D is #450382. Grayscale: #DADADA. Windows color (decimal): -4522883 or 8256698. OLE color: 8256698.
HSL color Cylindrical-coordinate representation of color #BAFC7D: hue angle of 91.18º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAFC7D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 125 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.01 |
| HSL | 91.18º | 0.95% | 0.74% | - |
| HSV(B) | 91.18º | 0.5% | 0.99% | - |
| XYZ | 58.76 | 81.54 | 32.04 | - |
| YUV | 217.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 125 | 0.26 | 0 | 0.50 | 0.01 | 91.18 | 0.95 | 0.74 |
| Hex | BA | FC | 7D | 1A | 0 | 32 | 1 | 5B | 5F | 4A |
| Octal | 272 | 374 | 175 | 32 | 0 | 62 | 1 | 133 | 137 | 112 |
| Binary | 10111010 | 11111100 | 1111101 | 11010 | 0 | 110010 | 1 | 1011011 | 1011111 | 1001010 |
Color Harmonies of #BAFC7D
Complementary color
Monochromatic Colors of #BAFC7D
Black with #BAFC7D
Text Example
Text Example
White with #BAFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC7D; }
p { color: rgb(186,252,125); }
H1.HeaderClassName
{
color: #BAFC7D;
}
.AnyTagClassName
{
color: #BAFC7D;
}
</style>
background-color css
<style>
a { background-color: #BAFC7D; }
a { background-color: rgb(186,252,125); }
div.DivClassName
{
background-color: #BAFC7D;
}
.BgClassName
{
background-color: #BAFC7D;
}
</style>
border-color css
<style>
span { border-color: #BAFC7D; }
span { border-color: rgb(186,252,125); }
td.TdClassName
{
border-color: #BAFC7D;
}
.TagClassName
{
border-color: #BAFC7D;
}
</style>