Shades of Sulu #BAF376
Tints of Sulu #BAF376
RGB
CMYK
RGB Variations
Color information
#BAF376 (or 0xBAF376) is known color: Sulu. HEX triplet: BA, F3 and 76. RGB value is (186,243,118). Sum of RGB (Red+Green+Blue) = 186+243+118=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF376 is #450C89. Grayscale: #D4D4D4. Windows color (decimal): -4525194 or 7795642. OLE color: 7795642.
HSL color Cylindrical-coordinate representation of color #BAF376: hue angle of 87.36º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF376 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 118 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.05 |
| HSL | 87.36º | 0.84% | 0.71% | - |
| HSV(B) | 87.36º | 0.51% | 0.95% | - |
| XYZ | 55.57 | 75.85 | 28.85 | - |
| YUV | 211.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 118 | 0.23 | 0 | 0.51 | 0.05 | 87.36 | 0.84 | 0.71 |
| Hex | BA | F3 | 76 | 17 | 0 | 33 | 5 | 57 | 54 | 47 |
| Octal | 272 | 363 | 166 | 27 | 0 | 63 | 5 | 127 | 124 | 107 |
| Binary | 10111010 | 11110011 | 1110110 | 10111 | 0 | 110011 | 101 | 1010111 | 1010100 | 1000111 |
Color Harmonies of #BAF376
Complementary color
Monochromatic Colors of #BAF376
Black with #BAF376
Text Example
Text Example
White with #BAF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF376; }
p { color: rgb(186,243,118); }
H1.HeaderClassName
{
color: #BAF376;
}
.AnyTagClassName
{
color: #BAF376;
}
</style>
background-color css
<style>
a { background-color: #BAF376; }
a { background-color: rgb(186,243,118); }
div.DivClassName
{
background-color: #BAF376;
}
.BgClassName
{
background-color: #BAF376;
}
</style>
border-color css
<style>
span { border-color: #BAF376; }
span { border-color: rgb(186,243,118); }
td.TdClassName
{
border-color: #BAF376;
}
.TagClassName
{
border-color: #BAF376;
}
</style>