Shades of Sulu #BAF570
Tints of Sulu #BAF570
RGB
CMYK
RGB Variations
Color information
#BAF570 (or 0xBAF570) is known color: Sulu. HEX triplet: BA, F5 and 70. RGB value is (186,245,112). Sum of RGB (Red+Green+Blue) = 186+245+112=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF570 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF570 is #450A8F. Grayscale: #D4D4D4. Windows color (decimal): -4524688 or 7402938. OLE color: 7402938.
HSL color Cylindrical-coordinate representation of color #BAF570: hue angle of 86.62º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF570 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 112 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.04 |
| HSL | 86.62º | 0.87% | 0.7% | - |
| HSV(B) | 86.62º | 0.54% | 0.96% | - |
| XYZ | 55.83 | 76.91 | 27.23 | - |
| YUV | 212.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 112 | 0.24 | 0 | 0.54 | 0.04 | 86.62 | 0.87 | 0.7 |
| Hex | BA | F5 | 70 | 18 | 0 | 36 | 4 | 57 | 57 | 46 |
| Octal | 272 | 365 | 160 | 30 | 0 | 66 | 4 | 127 | 127 | 106 |
| Binary | 10111010 | 11110101 | 1110000 | 11000 | 0 | 110110 | 100 | 1010111 | 1010111 | 1000110 |
Color Harmonies of #BAF570
Complementary color
Monochromatic Colors of #BAF570
Black with #BAF570
Text Example
Text Example
White with #BAF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF570; }
p { color: rgb(186,245,112); }
H1.HeaderClassName
{
color: #BAF570;
}
.AnyTagClassName
{
color: #BAF570;
}
</style>
background-color css
<style>
a { background-color: #BAF570; }
a { background-color: rgb(186,245,112); }
div.DivClassName
{
background-color: #BAF570;
}
.BgClassName
{
background-color: #BAF570;
}
</style>
border-color css
<style>
span { border-color: #BAF570; }
span { border-color: rgb(186,245,112); }
td.TdClassName
{
border-color: #BAF570;
}
.TagClassName
{
border-color: #BAF570;
}
</style>