Shades of Sulu #BAFC7F
Tints of Sulu #BAFC7F
RGB
CMYK
RGB Variations
Color information
#BAFC7F (or 0xBAFC7F) is known color: Sulu. HEX triplet: BA, FC and 7F. RGB value is (186,252,127). Sum of RGB (Red+Green+Blue) = 186+252+127=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC7F is #450380. Grayscale: #DADADA. Windows color (decimal): -4522881 or 8387770. OLE color: 8387770.
HSL color Cylindrical-coordinate representation of color #BAFC7F: hue angle of 91.68º 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 #BAFC7F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 127 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.01 |
| HSL | 91.68º | 0.95% | 0.74% | - |
| HSV(B) | 91.68º | 0.5% | 0.99% | - |
| XYZ | 58.89 | 81.59 | 32.72 | - |
| YUV | 218.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 127 | 0.26 | 0 | 0.50 | 0.01 | 91.68 | 0.95 | 0.74 |
| Hex | BA | FC | 7F | 1A | 0 | 32 | 1 | 5C | 5F | 4A |
| Octal | 272 | 374 | 177 | 32 | 0 | 62 | 1 | 134 | 137 | 112 |
| Binary | 10111010 | 11111100 | 1111111 | 11010 | 0 | 110010 | 1 | 1011100 | 1011111 | 1001010 |
Color Harmonies of #BAFC7F
Complementary color
Monochromatic Colors of #BAFC7F
Black with #BAFC7F
Text Example
Text Example
White with #BAFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC7F; }
p { color: rgb(186,252,127); }
H1.HeaderClassName
{
color: #BAFC7F;
}
.AnyTagClassName
{
color: #BAFC7F;
}
</style>
background-color css
<style>
a { background-color: #BAFC7F; }
a { background-color: rgb(186,252,127); }
div.DivClassName
{
background-color: #BAFC7F;
}
.BgClassName
{
background-color: #BAFC7F;
}
</style>
border-color css
<style>
span { border-color: #BAFC7F; }
span { border-color: rgb(186,252,127); }
td.TdClassName
{
border-color: #BAFC7F;
}
.TagClassName
{
border-color: #BAFC7F;
}
</style>