Shades of Sulu #BAF275
Tints of Sulu #BAF275
RGB
CMYK
RGB Variations
Color information
#BAF275 (or 0xBAF275) is known color: Sulu. HEX triplet: BA, F2 and 75. RGB value is (186,242,117). Sum of RGB (Red+Green+Blue) = 186+242+117=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF275 is #450D8A. Grayscale: #D3D3D3. Windows color (decimal): -4525451 or 7729850. OLE color: 7729850.
HSL color Cylindrical-coordinate representation of color #BAF275: hue angle of 86.88º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF275 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 117 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.05 |
| HSL | 86.88º | 0.83% | 0.7% | - |
| HSV(B) | 86.88º | 0.52% | 0.95% | - |
| XYZ | 55.21 | 75.23 | 28.44 | - |
| YUV | 211.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 117 | 0.23 | 0 | 0.52 | 0.05 | 86.88 | 0.83 | 0.7 |
| Hex | BA | F2 | 75 | 17 | 0 | 34 | 5 | 57 | 53 | 46 |
| Octal | 272 | 362 | 165 | 27 | 0 | 64 | 5 | 127 | 123 | 106 |
| Binary | 10111010 | 11110010 | 1110101 | 10111 | 0 | 110100 | 101 | 1010111 | 1010011 | 1000110 |
Color Harmonies of #BAF275
Complementary color
Monochromatic Colors of #BAF275
Black with #BAF275
Text Example
Text Example
White with #BAF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF275; }
p { color: rgb(186,242,117); }
H1.HeaderClassName
{
color: #BAF275;
}
.AnyTagClassName
{
color: #BAF275;
}
</style>
background-color css
<style>
a { background-color: #BAF275; }
a { background-color: rgb(186,242,117); }
div.DivClassName
{
background-color: #BAF275;
}
.BgClassName
{
background-color: #BAF275;
}
</style>
border-color css
<style>
span { border-color: #BAF275; }
span { border-color: rgb(186,242,117); }
td.TdClassName
{
border-color: #BAF275;
}
.TagClassName
{
border-color: #BAF275;
}
</style>