Shades of Sulu #BAF768
Tints of Sulu #BAF768
RGB
CMYK
RGB Variations
Color information
#BAF768 (or 0xBAF768) is known color: Sulu. HEX triplet: BA, F7 and 68. RGB value is (186,247,104). Sum of RGB (Red+Green+Blue) = 186+247+104=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF768 is #450897. Grayscale: #D4D4D4. Windows color (decimal): -4524184 or 6879162. OLE color: 6879162.
HSL color Cylindrical-coordinate representation of color #BAF768: hue angle of 85.59º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF768 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 104 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.03 |
| HSL | 85.59º | 0.9% | 0.69% | - |
| HSV(B) | 85.59º | 0.58% | 0.97% | - |
| XYZ | 56.01 | 77.96 | 25.19 | - |
| YUV | 212.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 104 | 0.25 | 0 | 0.58 | 0.03 | 85.59 | 0.9 | 0.69 |
| Hex | BA | F7 | 68 | 19 | 0 | 3A | 3 | 56 | 5A | 45 |
| Octal | 272 | 367 | 150 | 31 | 0 | 72 | 3 | 126 | 132 | 105 |
| Binary | 10111010 | 11110111 | 1101000 | 11001 | 0 | 111010 | 11 | 1010110 | 1011010 | 1000101 |
Color Harmonies of #BAF768
Complementary color
Monochromatic Colors of #BAF768
Black with #BAF768
Text Example
Text Example
White with #BAF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF768; }
p { color: rgb(186,247,104); }
H1.HeaderClassName
{
color: #BAF768;
}
.AnyTagClassName
{
color: #BAF768;
}
</style>
background-color css
<style>
a { background-color: #BAF768; }
a { background-color: rgb(186,247,104); }
div.DivClassName
{
background-color: #BAF768;
}
.BgClassName
{
background-color: #BAF768;
}
</style>
border-color css
<style>
span { border-color: #BAF768; }
span { border-color: rgb(186,247,104); }
td.TdClassName
{
border-color: #BAF768;
}
.TagClassName
{
border-color: #BAF768;
}
</style>