Shades of Sulu #BAF373
Tints of Sulu #BAF373
RGB
CMYK
RGB Variations
Color information
#BAF373 (or 0xBAF373) is known color: Sulu. HEX triplet: BA, F3 and 73. RGB value is (186,243,115). Sum of RGB (Red+Green+Blue) = 186+243+115=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF373 is #450C8C. Grayscale: #D3D3D3. Windows color (decimal): -4525197 or 7599034. OLE color: 7599034.
HSL color Cylindrical-coordinate representation of color #BAF373: hue angle of 86.72º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAF373 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 115 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.05 |
| HSL | 86.72º | 0.84% | 0.7% | - |
| HSV(B) | 86.72º | 0.53% | 0.95% | - |
| XYZ | 55.39 | 75.78 | 27.93 | - |
| YUV | 211.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 115 | 0.23 | 0 | 0.53 | 0.05 | 86.72 | 0.84 | 0.7 |
| Hex | BA | F3 | 73 | 17 | 0 | 35 | 5 | 57 | 54 | 46 |
| Octal | 272 | 363 | 163 | 27 | 0 | 65 | 5 | 127 | 124 | 106 |
| Binary | 10111010 | 11110011 | 1110011 | 10111 | 0 | 110101 | 101 | 1010111 | 1010100 | 1000110 |
Color Harmonies of #BAF373
Complementary color
Monochromatic Colors of #BAF373
Black with #BAF373
Text Example
Text Example
White with #BAF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF373; }
p { color: rgb(186,243,115); }
H1.HeaderClassName
{
color: #BAF373;
}
.AnyTagClassName
{
color: #BAF373;
}
</style>
background-color css
<style>
a { background-color: #BAF373; }
a { background-color: rgb(186,243,115); }
div.DivClassName
{
background-color: #BAF373;
}
.BgClassName
{
background-color: #BAF373;
}
</style>
border-color css
<style>
span { border-color: #BAF373; }
span { border-color: rgb(186,243,115); }
td.TdClassName
{
border-color: #BAF373;
}
.TagClassName
{
border-color: #BAF373;
}
</style>