Shades of Sulu #BAF765
Tints of Sulu #BAF765
RGB
CMYK
RGB Variations
Color information
#BAF765 (or 0xBAF765) is known color: Sulu. HEX triplet: BA, F7 and 65. RGB value is (186,247,101). Sum of RGB (Red+Green+Blue) = 186+247+101=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF765 is #45089A. Grayscale: #D4D4D4. Windows color (decimal): -4524187 or 6682554. OLE color: 6682554.
HSL color Cylindrical-coordinate representation of color #BAF765: hue angle of 85.07º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF765 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 101 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.03 |
| HSL | 85.07º | 0.9% | 0.68% | - |
| HSV(B) | 85.07º | 0.59% | 0.97% | - |
| XYZ | 55.86 | 77.9 | 24.4 | - |
| YUV | 212.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 101 | 0.25 | 0 | 0.59 | 0.03 | 85.07 | 0.9 | 0.68 |
| Hex | BA | F7 | 65 | 19 | 0 | 3B | 3 | 55 | 5A | 44 |
| Octal | 272 | 367 | 145 | 31 | 0 | 73 | 3 | 125 | 132 | 104 |
| Binary | 10111010 | 11110111 | 1100101 | 11001 | 0 | 111011 | 11 | 1010101 | 1011010 | 1000100 |
Color Harmonies of #BAF765
Complementary color
Monochromatic Colors of #BAF765
Black with #BAF765
Text Example
Text Example
White with #BAF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF765; }
p { color: rgb(186,247,101); }
H1.HeaderClassName
{
color: #BAF765;
}
.AnyTagClassName
{
color: #BAF765;
}
</style>
background-color css
<style>
a { background-color: #BAF765; }
a { background-color: rgb(186,247,101); }
div.DivClassName
{
background-color: #BAF765;
}
.BgClassName
{
background-color: #BAF765;
}
</style>
border-color css
<style>
span { border-color: #BAF765; }
span { border-color: rgb(186,247,101); }
td.TdClassName
{
border-color: #BAF765;
}
.TagClassName
{
border-color: #BAF765;
}
</style>