Shades of Sulu #BAFE64
Tints of Sulu #BAFE64
RGB
CMYK
RGB Variations
Color information
#BAFE64 (or 0xBAFE64) is known color: Sulu. HEX triplet: BA, FE and 64. RGB value is (186,254,100). Sum of RGB (Red+Green+Blue) = 186+254+100=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE64 is #45019B. Grayscale: #D8D8D8. Windows color (decimal): -4522396 or 6618810. OLE color: 6618810.
HSL color Cylindrical-coordinate representation of color #BAFE64: hue angle of 86.49º 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 #BAFE64 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 100 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.00 |
| HSL | 86.49º | 0.99% | 0.69% | - |
| HSV(B) | 86.49º | 0.61% | 1% | - |
| XYZ | 57.99 | 82.24 | 24.87 | - |
| YUV | 216.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 100 | 0.27 | 0 | 0.61 | 0.00 | 86.49 | 0.99 | 0.69 |
| Hex | BA | FE | 64 | 1B | 0 | 3D | 0 | 56 | 63 | 45 |
| Octal | 272 | 376 | 144 | 33 | 0 | 75 | 0 | 126 | 143 | 105 |
| Binary | 10111010 | 11111110 | 1100100 | 11011 | 0 | 111101 | 0 | 1010110 | 1100011 | 1000101 |
Color Harmonies of #BAFE64
Complementary color
Monochromatic Colors of #BAFE64
Black with #BAFE64
Text Example
Text Example
White with #BAFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE64; }
p { color: rgb(186,254,100); }
H1.HeaderClassName
{
color: #BAFE64;
}
.AnyTagClassName
{
color: #BAFE64;
}
</style>
background-color css
<style>
a { background-color: #BAFE64; }
a { background-color: rgb(186,254,100); }
div.DivClassName
{
background-color: #BAFE64;
}
.BgClassName
{
background-color: #BAFE64;
}
</style>
border-color css
<style>
span { border-color: #BAFE64; }
span { border-color: rgb(186,254,100); }
td.TdClassName
{
border-color: #BAFE64;
}
.TagClassName
{
border-color: #BAFE64;
}
</style>