Shades of Sulu #BAFC65
Tints of Sulu #BAFC65
RGB
CMYK
RGB Variations
Color information
#BAFC65 (or 0xBAFC65) is known color: Sulu. HEX triplet: BA, FC and 65. RGB value is (186,252,101). Sum of RGB (Red+Green+Blue) = 186+252+101=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC65 is #45039A. Grayscale: #D7D7D7. Windows color (decimal): -4522907 or 6683834. OLE color: 6683834.
HSL color Cylindrical-coordinate representation of color #BAFC65: hue angle of 86.23º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAFC65 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 101 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.01 |
| HSL | 86.23º | 0.96% | 0.69% | - |
| HSV(B) | 86.23º | 0.6% | 0.99% | - |
| XYZ | 57.41 | 81 | 24.92 | - |
| YUV | 215.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 101 | 0.26 | 0 | 0.60 | 0.01 | 86.23 | 0.96 | 0.69 |
| Hex | BA | FC | 65 | 1A | 0 | 3C | 1 | 56 | 60 | 45 |
| Octal | 272 | 374 | 145 | 32 | 0 | 74 | 1 | 126 | 140 | 105 |
| Binary | 10111010 | 11111100 | 1100101 | 11010 | 0 | 111100 | 1 | 1010110 | 1100000 | 1000101 |
Color Harmonies of #BAFC65
Complementary color
Monochromatic Colors of #BAFC65
Black with #BAFC65
Text Example
Text Example
White with #BAFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC65; }
p { color: rgb(186,252,101); }
H1.HeaderClassName
{
color: #BAFC65;
}
.AnyTagClassName
{
color: #BAFC65;
}
</style>
background-color css
<style>
a { background-color: #BAFC65; }
a { background-color: rgb(186,252,101); }
div.DivClassName
{
background-color: #BAFC65;
}
.BgClassName
{
background-color: #BAFC65;
}
</style>
border-color css
<style>
span { border-color: #BAFC65; }
span { border-color: rgb(186,252,101); }
td.TdClassName
{
border-color: #BAFC65;
}
.TagClassName
{
border-color: #BAFC65;
}
</style>