Shades of Sulu #BAF375
Tints of Sulu #BAF375
RGB
CMYK
RGB Variations
Color information
#BAF375 (or 0xBAF375) is known color: Sulu. HEX triplet: BA, F3 and 75. RGB value is (186,243,117). Sum of RGB (Red+Green+Blue) = 186+243+117=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF375 is #450C8A. Grayscale: #D4D4D4. Windows color (decimal): -4525195 or 7730106. OLE color: 7730106.
HSL color Cylindrical-coordinate representation of color #BAF375: hue angle of 87.14º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF375 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 117 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.05 |
| HSL | 87.14º | 0.84% | 0.71% | - |
| HSV(B) | 87.14º | 0.52% | 0.95% | - |
| XYZ | 55.51 | 75.82 | 28.54 | - |
| YUV | 211.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 117 | 0.23 | 0 | 0.52 | 0.05 | 87.14 | 0.84 | 0.71 |
| Hex | BA | F3 | 75 | 17 | 0 | 34 | 5 | 57 | 54 | 47 |
| Octal | 272 | 363 | 165 | 27 | 0 | 64 | 5 | 127 | 124 | 107 |
| Binary | 10111010 | 11110011 | 1110101 | 10111 | 0 | 110100 | 101 | 1010111 | 1010100 | 1000111 |
Color Harmonies of #BAF375
Complementary color
Monochromatic Colors of #BAF375
Black with #BAF375
Text Example
Text Example
White with #BAF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF375; }
p { color: rgb(186,243,117); }
H1.HeaderClassName
{
color: #BAF375;
}
.AnyTagClassName
{
color: #BAF375;
}
</style>
background-color css
<style>
a { background-color: #BAF375; }
a { background-color: rgb(186,243,117); }
div.DivClassName
{
background-color: #BAF375;
}
.BgClassName
{
background-color: #BAF375;
}
</style>
border-color css
<style>
span { border-color: #BAF375; }
span { border-color: rgb(186,243,117); }
td.TdClassName
{
border-color: #BAF375;
}
.TagClassName
{
border-color: #BAF375;
}
</style>