Shades of Sulu #BAF675
Tints of Sulu #BAF675
RGB
CMYK
RGB Variations
Color information
#BAF675 (or 0xBAF675) is known color: Sulu. HEX triplet: BA, F6 and 75. RGB value is (186,246,117). Sum of RGB (Red+Green+Blue) = 186+246+117=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF675 is #45098A. Grayscale: #D5D5D5. Windows color (decimal): -4524427 or 7730874. OLE color: 7730874.
HSL color Cylindrical-coordinate representation of color #BAF675: hue angle of 87.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF675 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 117 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.04 |
| HSL | 87.91º | 0.88% | 0.71% | - |
| HSV(B) | 87.91º | 0.52% | 0.96% | - |
| XYZ | 56.42 | 77.63 | 28.84 | - |
| YUV | 213.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 117 | 0.24 | 0 | 0.52 | 0.04 | 87.91 | 0.88 | 0.71 |
| Hex | BA | F6 | 75 | 18 | 0 | 34 | 4 | 58 | 58 | 47 |
| Octal | 272 | 366 | 165 | 30 | 0 | 64 | 4 | 130 | 130 | 107 |
| Binary | 10111010 | 11110110 | 1110101 | 11000 | 0 | 110100 | 100 | 1011000 | 1011000 | 1000111 |
Color Harmonies of #BAF675
Complementary color
Monochromatic Colors of #BAF675
Black with #BAF675
Text Example
Text Example
White with #BAF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF675; }
p { color: rgb(186,246,117); }
H1.HeaderClassName
{
color: #BAF675;
}
.AnyTagClassName
{
color: #BAF675;
}
</style>
background-color css
<style>
a { background-color: #BAF675; }
a { background-color: rgb(186,246,117); }
div.DivClassName
{
background-color: #BAF675;
}
.BgClassName
{
background-color: #BAF675;
}
</style>
border-color css
<style>
span { border-color: #BAF675; }
span { border-color: rgb(186,246,117); }
td.TdClassName
{
border-color: #BAF675;
}
.TagClassName
{
border-color: #BAF675;
}
</style>