Shades of Sulu #BAFA80
Tints of Sulu #BAFA80
RGB
CMYK
RGB Variations
Color information
#BAFA80 (or 0xBAFA80) is known color: Sulu. HEX triplet: BA, FA and 80. RGB value is (186,250,128). Sum of RGB (Red+Green+Blue) = 186+250+128=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA80 is #45057F. Grayscale: #D9D9D9. Windows color (decimal): -4523392 or 8452794. OLE color: 8452794.
HSL color Cylindrical-coordinate representation of color #BAFA80: hue angle of 91.48º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAFA80 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 128 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.02 |
| HSL | 91.48º | 0.92% | 0.74% | - |
| HSV(B) | 91.48º | 0.49% | 0.98% | - |
| XYZ | 58.33 | 80.37 | 32.86 | - |
| YUV | 216.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 128 | 0.26 | 0 | 0.49 | 0.02 | 91.48 | 0.92 | 0.74 |
| Hex | BA | FA | 80 | 1A | 0 | 31 | 2 | 5B | 5C | 4A |
| Octal | 272 | 372 | 200 | 32 | 0 | 61 | 2 | 133 | 134 | 112 |
| Binary | 10111010 | 11111010 | 10000000 | 11010 | 0 | 110001 | 10 | 1011011 | 1011100 | 1001010 |
Color Harmonies of #BAFA80
Complementary color
Monochromatic Colors of #BAFA80
Black with #BAFA80
Text Example
Text Example
White with #BAFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA80; }
p { color: rgb(186,250,128); }
H1.HeaderClassName
{
color: #BAFA80;
}
.AnyTagClassName
{
color: #BAFA80;
}
</style>
background-color css
<style>
a { background-color: #BAFA80; }
a { background-color: rgb(186,250,128); }
div.DivClassName
{
background-color: #BAFA80;
}
.BgClassName
{
background-color: #BAFA80;
}
</style>
border-color css
<style>
span { border-color: #BAFA80; }
span { border-color: rgb(186,250,128); }
td.TdClassName
{
border-color: #BAFA80;
}
.TagClassName
{
border-color: #BAFA80;
}
</style>