Shades of Sulu #BAFE6D
Tints of Sulu #BAFE6D
RGB
CMYK
RGB Variations
Color information
#BAFE6D (or 0xBAFE6D) is known color: Sulu. HEX triplet: BA, FE and 6D. RGB value is (186,254,109). Sum of RGB (Red+Green+Blue) = 186+254+109=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE6D is #450192. Grayscale: #D9D9D9. Windows color (decimal): -4522387 or 7208634. OLE color: 7208634.
HSL color Cylindrical-coordinate representation of color #BAFE6D: hue angle of 88.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAFE6D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 109 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.00 |
| HSL | 88.14º | 0.99% | 0.71% | - |
| HSV(B) | 88.14º | 0.57% | 1% | - |
| XYZ | 58.45 | 82.43 | 27.3 | - |
| YUV | 217.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 109 | 0.27 | 0 | 0.57 | 0.00 | 88.14 | 0.99 | 0.71 |
| Hex | BA | FE | 6D | 1B | 0 | 39 | 0 | 58 | 63 | 47 |
| Octal | 272 | 376 | 155 | 33 | 0 | 71 | 0 | 130 | 143 | 107 |
| Binary | 10111010 | 11111110 | 1101101 | 11011 | 0 | 111001 | 0 | 1011000 | 1100011 | 1000111 |
Color Harmonies of #BAFE6D
Complementary color
Monochromatic Colors of #BAFE6D
Black with #BAFE6D
Text Example
Text Example
White with #BAFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE6D; }
p { color: rgb(186,254,109); }
H1.HeaderClassName
{
color: #BAFE6D;
}
.AnyTagClassName
{
color: #BAFE6D;
}
</style>
background-color css
<style>
a { background-color: #BAFE6D; }
a { background-color: rgb(186,254,109); }
div.DivClassName
{
background-color: #BAFE6D;
}
.BgClassName
{
background-color: #BAFE6D;
}
</style>
border-color css
<style>
span { border-color: #BAFE6D; }
span { border-color: rgb(186,254,109); }
td.TdClassName
{
border-color: #BAFE6D;
}
.TagClassName
{
border-color: #BAFE6D;
}
</style>