Shades of Sulu #BAF87F
Tints of Sulu #BAF87F
RGB
CMYK
RGB Variations
Color information
#BAF87F (or 0xBAF87F) is known color: Sulu. HEX triplet: BA, F8 and 7F. RGB value is (186,248,127). Sum of RGB (Red+Green+Blue) = 186+248+127=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF87F is #450780. Grayscale: #D8D8D8. Windows color (decimal): -4523905 or 8386746. OLE color: 8386746.
HSL color Cylindrical-coordinate representation of color #BAF87F: hue angle of 90.74º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF87F is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 127 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.03 |
| HSL | 90.74º | 0.9% | 0.74% | - |
| HSV(B) | 90.74º | 0.49% | 0.97% | - |
| XYZ | 57.65 | 79.11 | 32.31 | - |
| YUV | 215.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 127 | 0.25 | 0 | 0.49 | 0.03 | 90.74 | 0.9 | 0.74 |
| Hex | BA | F8 | 7F | 19 | 0 | 31 | 3 | 5B | 5A | 4A |
| Octal | 272 | 370 | 177 | 31 | 0 | 61 | 3 | 133 | 132 | 112 |
| Binary | 10111010 | 11111000 | 1111111 | 11001 | 0 | 110001 | 11 | 1011011 | 1011010 | 1001010 |
Color Harmonies of #BAF87F
Complementary color
Monochromatic Colors of #BAF87F
Black with #BAF87F
Text Example
Text Example
White with #BAF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF87F; }
p { color: rgb(186,248,127); }
H1.HeaderClassName
{
color: #BAF87F;
}
.AnyTagClassName
{
color: #BAF87F;
}
</style>
background-color css
<style>
a { background-color: #BAF87F; }
a { background-color: rgb(186,248,127); }
div.DivClassName
{
background-color: #BAF87F;
}
.BgClassName
{
background-color: #BAF87F;
}
</style>
border-color css
<style>
span { border-color: #BAF87F; }
span { border-color: rgb(186,248,127); }
td.TdClassName
{
border-color: #BAF87F;
}
.TagClassName
{
border-color: #BAF87F;
}
</style>