Shades of Sulu #BAFA7D
Tints of Sulu #BAFA7D
RGB
CMYK
RGB Variations
Color information
#BAFA7D (or 0xBAFA7D) is known color: Sulu. HEX triplet: BA, FA and 7D. RGB value is (186,250,125). Sum of RGB (Red+Green+Blue) = 186+250+125=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA7D is #450582. Grayscale: #D9D9D9. Windows color (decimal): -4523395 or 8256186. OLE color: 8256186.
HSL color Cylindrical-coordinate representation of color #BAFA7D: hue angle of 90.72º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAFA7D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 125 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.02 |
| HSL | 90.72º | 0.93% | 0.74% | - |
| HSV(B) | 90.72º | 0.5% | 0.98% | - |
| XYZ | 58.14 | 80.29 | 31.84 | - |
| YUV | 216.61 | 76.3 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 125 | 0.26 | 0 | 0.50 | 0.02 | 90.72 | 0.93 | 0.74 |
| Hex | BA | FA | 7D | 1A | 0 | 32 | 2 | 5B | 5D | 4A |
| Octal | 272 | 372 | 175 | 32 | 0 | 62 | 2 | 133 | 135 | 112 |
| Binary | 10111010 | 11111010 | 1111101 | 11010 | 0 | 110010 | 10 | 1011011 | 1011101 | 1001010 |
Color Harmonies of #BAFA7D
Complementary color
Monochromatic Colors of #BAFA7D
Black with #BAFA7D
Text Example
Text Example
White with #BAFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA7D; }
p { color: rgb(186,250,125); }
H1.HeaderClassName
{
color: #BAFA7D;
}
.AnyTagClassName
{
color: #BAFA7D;
}
</style>
background-color css
<style>
a { background-color: #BAFA7D; }
a { background-color: rgb(186,250,125); }
div.DivClassName
{
background-color: #BAFA7D;
}
.BgClassName
{
background-color: #BAFA7D;
}
</style>
border-color css
<style>
span { border-color: #BAFA7D; }
span { border-color: rgb(186,250,125); }
td.TdClassName
{
border-color: #BAFA7D;
}
.TagClassName
{
border-color: #BAFA7D;
}
</style>