Shades of Sulu #BAFE62
Tints of Sulu #BAFE62
RGB
CMYK
RGB Variations
Color information
#BAFE62 (or 0xBAFE62) is known color: Sulu. HEX triplet: BA, FE and 62. RGB value is (186,254,98). Sum of RGB (Red+Green+Blue) = 186+254+98=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE62 is #45019D. Grayscale: #D8D8D8. Windows color (decimal): -4522398 or 6487738. OLE color: 6487738.
HSL color Cylindrical-coordinate representation of color #BAFE62: hue angle of 86.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAFE62 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 98 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.00 |
| HSL | 86.15º | 0.99% | 0.69% | - |
| HSV(B) | 86.15º | 0.61% | 1% | - |
| XYZ | 57.9 | 82.2 | 24.37 | - |
| YUV | 215.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 98 | 0.27 | 0 | 0.61 | 0.00 | 86.15 | 0.99 | 0.69 |
| Hex | BA | FE | 62 | 1B | 0 | 3D | 0 | 56 | 63 | 45 |
| Octal | 272 | 376 | 142 | 33 | 0 | 75 | 0 | 126 | 143 | 105 |
| Binary | 10111010 | 11111110 | 1100010 | 11011 | 0 | 111101 | 0 | 1010110 | 1100011 | 1000101 |
Color Harmonies of #BAFE62
Complementary color
Monochromatic Colors of #BAFE62
Black with #BAFE62
Text Example
Text Example
White with #BAFE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE62; }
p { color: rgb(186,254,98); }
H1.HeaderClassName
{
color: #BAFE62;
}
.AnyTagClassName
{
color: #BAFE62;
}
</style>
background-color css
<style>
a { background-color: #BAFE62; }
a { background-color: rgb(186,254,98); }
div.DivClassName
{
background-color: #BAFE62;
}
.BgClassName
{
background-color: #BAFE62;
}
</style>
border-color css
<style>
span { border-color: #BAFE62; }
span { border-color: rgb(186,254,98); }
td.TdClassName
{
border-color: #BAFE62;
}
.TagClassName
{
border-color: #BAFE62;
}
</style>