Shades of Sulu #BAF271
Tints of Sulu #BAF271
RGB
CMYK
RGB Variations
Color information
#BAF271 (or 0xBAF271) is known color: Sulu. HEX triplet: BA, F2 and 71. RGB value is (186,242,113). Sum of RGB (Red+Green+Blue) = 186+242+113=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF271 is #450D8E. Grayscale: #D3D3D3. Windows color (decimal): -4525455 or 7467706. OLE color: 7467706.
HSL color Cylindrical-coordinate representation of color #BAF271: hue angle of 86.05º degrees, saturation: 0.83, 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 #BAF271 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 113 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.05 |
| HSL | 86.05º | 0.83% | 0.7% | - |
| HSV(B) | 86.05º | 0.53% | 0.95% | - |
| XYZ | 54.98 | 75.14 | 27.23 | - |
| YUV | 210.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 113 | 0.23 | 0 | 0.53 | 0.05 | 86.05 | 0.83 | 0.7 |
| Hex | BA | F2 | 71 | 17 | 0 | 35 | 5 | 56 | 53 | 46 |
| Octal | 272 | 362 | 161 | 27 | 0 | 65 | 5 | 126 | 123 | 106 |
| Binary | 10111010 | 11110010 | 1110001 | 10111 | 0 | 110101 | 101 | 1010110 | 1010011 | 1000110 |
Color Harmonies of #BAF271
Complementary color
Monochromatic Colors of #BAF271
Black with #BAF271
Text Example
Text Example
White with #BAF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF271; }
p { color: rgb(186,242,113); }
H1.HeaderClassName
{
color: #BAF271;
}
.AnyTagClassName
{
color: #BAF271;
}
</style>
background-color css
<style>
a { background-color: #BAF271; }
a { background-color: rgb(186,242,113); }
div.DivClassName
{
background-color: #BAF271;
}
.BgClassName
{
background-color: #BAF271;
}
</style>
border-color css
<style>
span { border-color: #BAF271; }
span { border-color: rgb(186,242,113); }
td.TdClassName
{
border-color: #BAF271;
}
.TagClassName
{
border-color: #BAF271;
}
</style>