Shades of Sulu #BAF370
Tints of Sulu #BAF370
RGB
CMYK
RGB Variations
Color information
#BAF370 (or 0xBAF370) is known color: Sulu. HEX triplet: BA, F3 and 70. RGB value is (186,243,112). Sum of RGB (Red+Green+Blue) = 186+243+112=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF370 is #450C8F. Grayscale: #D3D3D3. Windows color (decimal): -4525200 or 7402426. OLE color: 7402426.
HSL color Cylindrical-coordinate representation of color #BAF370: hue angle of 86.11º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF370 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 112 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.05 |
| HSL | 86.11º | 0.85% | 0.7% | - |
| HSV(B) | 86.11º | 0.54% | 0.95% | - |
| XYZ | 55.22 | 75.71 | 27.03 | - |
| YUV | 211.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 112 | 0.23 | 0 | 0.54 | 0.05 | 86.11 | 0.85 | 0.7 |
| Hex | BA | F3 | 70 | 17 | 0 | 36 | 5 | 56 | 55 | 46 |
| Octal | 272 | 363 | 160 | 27 | 0 | 66 | 5 | 126 | 125 | 106 |
| Binary | 10111010 | 11110011 | 1110000 | 10111 | 0 | 110110 | 101 | 1010110 | 1010101 | 1000110 |
Color Harmonies of #BAF370
Complementary color
Monochromatic Colors of #BAF370
Black with #BAF370
Text Example
Text Example
White with #BAF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF370; }
p { color: rgb(186,243,112); }
H1.HeaderClassName
{
color: #BAF370;
}
.AnyTagClassName
{
color: #BAF370;
}
</style>
background-color css
<style>
a { background-color: #BAF370; }
a { background-color: rgb(186,243,112); }
div.DivClassName
{
background-color: #BAF370;
}
.BgClassName
{
background-color: #BAF370;
}
</style>
border-color css
<style>
span { border-color: #BAF370; }
span { border-color: rgb(186,243,112); }
td.TdClassName
{
border-color: #BAF370;
}
.TagClassName
{
border-color: #BAF370;
}
</style>