Shades of Sulu #BAF28F
Tints of Sulu #BAF28F
RGB
CMYK
RGB Variations
Color information
#BAF28F (or 0xBAF28F) is known color: Sulu. HEX triplet: BA, F2 and 8F. RGB value is (186,242,143). Sum of RGB (Red+Green+Blue) = 186+242+143=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF28F is #450D70. Grayscale: #D6D6D6. Windows color (decimal): -4525425 or 9433786. OLE color: 9433786.
HSL color Cylindrical-coordinate representation of color #BAF28F: hue angle of 93.94º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAF28F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 143 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.05 |
| HSL | 93.94º | 0.79% | 0.75% | - |
| HSV(B) | 93.94º | 0.41% | 0.95% | - |
| XYZ | 56.96 | 75.93 | 37.64 | - |
| YUV | 213.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 143 | 0.23 | 0 | 0.41 | 0.05 | 93.94 | 0.79 | 0.75 |
| Hex | BA | F2 | 8F | 17 | 0 | 29 | 5 | 5E | 4F | 4B |
| Octal | 272 | 362 | 217 | 27 | 0 | 51 | 5 | 136 | 117 | 113 |
| Binary | 10111010 | 11110010 | 10001111 | 10111 | 0 | 101001 | 101 | 1011110 | 1001111 | 1001011 |
Color Harmonies of #BAF28F
Complementary color
Monochromatic Colors of #BAF28F
Black with #BAF28F
Text Example
Text Example
White with #BAF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF28F; }
p { color: rgb(186,242,143); }
H1.HeaderClassName
{
color: #BAF28F;
}
.AnyTagClassName
{
color: #BAF28F;
}
</style>
background-color css
<style>
a { background-color: #BAF28F; }
a { background-color: rgb(186,242,143); }
div.DivClassName
{
background-color: #BAF28F;
}
.BgClassName
{
background-color: #BAF28F;
}
</style>
border-color css
<style>
span { border-color: #BAF28F; }
span { border-color: rgb(186,242,143); }
td.TdClassName
{
border-color: #BAF28F;
}
.TagClassName
{
border-color: #BAF28F;
}
</style>