Shades of Sulu #BAFB8F
Tints of Sulu #BAFB8F
RGB
CMYK
RGB Variations
Color information
#BAFB8F (or 0xBAFB8F) is known color: Sulu. HEX triplet: BA, FB and 8F. RGB value is (186,251,143). Sum of RGB (Red+Green+Blue) = 186+251+143=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFB8F is #450470. Grayscale: #DBDBDB. Windows color (decimal): -4523121 or 9436090. OLE color: 9436090.
HSL color Cylindrical-coordinate representation of color #BAFB8F: hue angle of 96.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAFB8F is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 143 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.02 |
| HSL | 96.11º | 0.93% | 0.77% | - |
| HSV(B) | 96.11º | 0.43% | 0.98% | - |
| XYZ | 59.7 | 81.42 | 38.55 | - |
| YUV | 219.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 143 | 0.26 | 0 | 0.43 | 0.02 | 96.11 | 0.93 | 0.77 |
| Hex | BA | FB | 8F | 1A | 0 | 2B | 2 | 60 | 5D | 4D |
| Octal | 272 | 373 | 217 | 32 | 0 | 53 | 2 | 140 | 135 | 115 |
| Binary | 10111010 | 11111011 | 10001111 | 11010 | 0 | 101011 | 10 | 1100000 | 1011101 | 1001101 |
Color Harmonies of #BAFB8F
Complementary color
Monochromatic Colors of #BAFB8F
Black with #BAFB8F
Text Example
Text Example
White with #BAFB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB8F; }
p { color: rgb(186,251,143); }
H1.HeaderClassName
{
color: #BAFB8F;
}
.AnyTagClassName
{
color: #BAFB8F;
}
</style>
background-color css
<style>
a { background-color: #BAFB8F; }
a { background-color: rgb(186,251,143); }
div.DivClassName
{
background-color: #BAFB8F;
}
.BgClassName
{
background-color: #BAFB8F;
}
</style>
border-color css
<style>
span { border-color: #BAFB8F; }
span { border-color: rgb(186,251,143); }
td.TdClassName
{
border-color: #BAFB8F;
}
.TagClassName
{
border-color: #BAFB8F;
}
</style>