Shades of Sulu #BAFA81
Tints of Sulu #BAFA81
RGB
CMYK
RGB Variations
Color information
#BAFA81 (or 0xBAFA81) is known color: Sulu. HEX triplet: BA, FA and 81. RGB value is (186,250,129). Sum of RGB (Red+Green+Blue) = 186+250+129=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFA81 is #45057E. Grayscale: #D9D9D9. Windows color (decimal): -4523391 or 8518330. OLE color: 8518330.
HSL color Cylindrical-coordinate representation of color #BAFA81: hue angle of 91.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAFA81 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 129 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.02 |
| HSL | 91.74º | 0.92% | 0.74% | - |
| HSV(B) | 91.74º | 0.48% | 0.98% | - |
| XYZ | 58.4 | 80.4 | 33.21 | - |
| YUV | 217.07 | 78.3 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 129 | 0.26 | 0 | 0.48 | 0.02 | 91.74 | 0.92 | 0.74 |
| Hex | BA | FA | 81 | 1A | 0 | 30 | 2 | 5C | 5C | 4A |
| Octal | 272 | 372 | 201 | 32 | 0 | 60 | 2 | 134 | 134 | 112 |
| Binary | 10111010 | 11111010 | 10000001 | 11010 | 0 | 110000 | 10 | 1011100 | 1011100 | 1001010 |
Color Harmonies of #BAFA81
Complementary color
Monochromatic Colors of #BAFA81
Black with #BAFA81
Text Example
Text Example
White with #BAFA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA81; }
p { color: rgb(186,250,129); }
H1.HeaderClassName
{
color: #BAFA81;
}
.AnyTagClassName
{
color: #BAFA81;
}
</style>
background-color css
<style>
a { background-color: #BAFA81; }
a { background-color: rgb(186,250,129); }
div.DivClassName
{
background-color: #BAFA81;
}
.BgClassName
{
background-color: #BAFA81;
}
</style>
border-color css
<style>
span { border-color: #BAFA81; }
span { border-color: rgb(186,250,129); }
td.TdClassName
{
border-color: #BAFA81;
}
.TagClassName
{
border-color: #BAFA81;
}
</style>