Shades of Sulu #BAFA6D
Tints of Sulu #BAFA6D
RGB
CMYK
RGB Variations
Color information
#BAFA6D (or 0xBAFA6D) is known color: Sulu. HEX triplet: BA, FA and 6D. RGB value is (186,250,109). Sum of RGB (Red+Green+Blue) = 186+250+109=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA6D is #450592. Grayscale: #D7D7D7. Windows color (decimal): -4523411 or 7207610. OLE color: 7207610.
HSL color Cylindrical-coordinate representation of color #BAFA6D: hue angle of 87.23º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAFA6D is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 109 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.02 |
| HSL | 87.23º | 0.93% | 0.7% | - |
| HSV(B) | 87.23º | 0.56% | 0.98% | - |
| XYZ | 57.2 | 79.91 | 26.88 | - |
| YUV | 214.79 | 68.3 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 109 | 0.26 | 0 | 0.56 | 0.02 | 87.23 | 0.93 | 0.7 |
| Hex | BA | FA | 6D | 1A | 0 | 38 | 2 | 57 | 5D | 46 |
| Octal | 272 | 372 | 155 | 32 | 0 | 70 | 2 | 127 | 135 | 106 |
| Binary | 10111010 | 11111010 | 1101101 | 11010 | 0 | 111000 | 10 | 1010111 | 1011101 | 1000110 |
Color Harmonies of #BAFA6D
Complementary color
Monochromatic Colors of #BAFA6D
Black with #BAFA6D
Text Example
Text Example
White with #BAFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA6D; }
p { color: rgb(186,250,109); }
H1.HeaderClassName
{
color: #BAFA6D;
}
.AnyTagClassName
{
color: #BAFA6D;
}
</style>
background-color css
<style>
a { background-color: #BAFA6D; }
a { background-color: rgb(186,250,109); }
div.DivClassName
{
background-color: #BAFA6D;
}
.BgClassName
{
background-color: #BAFA6D;
}
</style>
border-color css
<style>
span { border-color: #BAFA6D; }
span { border-color: rgb(186,250,109); }
td.TdClassName
{
border-color: #BAFA6D;
}
.TagClassName
{
border-color: #BAFA6D;
}
</style>