Shades of Sulu #BAF86F
Tints of Sulu #BAF86F
RGB
CMYK
RGB Variations
Color information
#BAF86F (or 0xBAF86F) is known color: Sulu. HEX triplet: BA, F8 and 6F. RGB value is (186,248,111). Sum of RGB (Red+Green+Blue) = 186+248+111=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF86F is #450790. Grayscale: #D6D6D6. Windows color (decimal): -4523921 or 7338170. OLE color: 7338170.
HSL color Cylindrical-coordinate representation of color #BAF86F: hue angle of 87.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAF86F is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 111 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.03 |
| HSL | 87.15º | 0.91% | 0.7% | - |
| HSV(B) | 87.15º | 0.55% | 0.97% | - |
| XYZ | 56.69 | 78.72 | 27.25 | - |
| YUV | 213.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 111 | 0.25 | 0 | 0.55 | 0.03 | 87.15 | 0.91 | 0.7 |
| Hex | BA | F8 | 6F | 19 | 0 | 37 | 3 | 57 | 5B | 46 |
| Octal | 272 | 370 | 157 | 31 | 0 | 67 | 3 | 127 | 133 | 106 |
| Binary | 10111010 | 11111000 | 1101111 | 11001 | 0 | 110111 | 11 | 1010111 | 1011011 | 1000110 |
Color Harmonies of #BAF86F
Complementary color
Monochromatic Colors of #BAF86F
Black with #BAF86F
Text Example
Text Example
White with #BAF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF86F; }
p { color: rgb(186,248,111); }
H1.HeaderClassName
{
color: #BAF86F;
}
.AnyTagClassName
{
color: #BAF86F;
}
</style>
background-color css
<style>
a { background-color: #BAF86F; }
a { background-color: rgb(186,248,111); }
div.DivClassName
{
background-color: #BAF86F;
}
.BgClassName
{
background-color: #BAF86F;
}
</style>
border-color css
<style>
span { border-color: #BAF86F; }
span { border-color: rgb(186,248,111); }
td.TdClassName
{
border-color: #BAF86F;
}
.TagClassName
{
border-color: #BAF86F;
}
</style>