Shades of Sulu #BAF865
Tints of Sulu #BAF865
RGB
CMYK
RGB Variations
Color information
#BAF865 (or 0xBAF865) is known color: Sulu. HEX triplet: BA, F8 and 65. RGB value is (186,248,101). Sum of RGB (Red+Green+Blue) = 186+248+101=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF865 is #45079A. Grayscale: #D5D5D5. Windows color (decimal): -4523931 or 6682810. OLE color: 6682810.
HSL color Cylindrical-coordinate representation of color #BAF865: hue angle of 85.31º degrees, saturation: 0.91, 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 #BAF865 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 101 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.03 |
| HSL | 85.31º | 0.91% | 0.68% | - |
| HSV(B) | 85.31º | 0.59% | 0.97% | - |
| XYZ | 56.17 | 78.51 | 24.51 | - |
| YUV | 212.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 101 | 0.25 | 0 | 0.59 | 0.03 | 85.31 | 0.91 | 0.68 |
| Hex | BA | F8 | 65 | 19 | 0 | 3B | 3 | 55 | 5B | 44 |
| Octal | 272 | 370 | 145 | 31 | 0 | 73 | 3 | 125 | 133 | 104 |
| Binary | 10111010 | 11111000 | 1100101 | 11001 | 0 | 111011 | 11 | 1010101 | 1011011 | 1000100 |
Color Harmonies of #BAF865
Complementary color
Monochromatic Colors of #BAF865
Black with #BAF865
Text Example
Text Example
White with #BAF865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF865; }
p { color: rgb(186,248,101); }
H1.HeaderClassName
{
color: #BAF865;
}
.AnyTagClassName
{
color: #BAF865;
}
</style>
background-color css
<style>
a { background-color: #BAF865; }
a { background-color: rgb(186,248,101); }
div.DivClassName
{
background-color: #BAF865;
}
.BgClassName
{
background-color: #BAF865;
}
</style>
border-color css
<style>
span { border-color: #BAF865; }
span { border-color: rgb(186,248,101); }
td.TdClassName
{
border-color: #BAF865;
}
.TagClassName
{
border-color: #BAF865;
}
</style>