Shades of Sulu #BAF56B
Tints of Sulu #BAF56B
RGB
CMYK
RGB Variations
Color information
#BAF56B (or 0xBAF56B) is known color: Sulu. HEX triplet: BA, F5 and 6B. RGB value is (186,245,107). Sum of RGB (Red+Green+Blue) = 186+245+107=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF56B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF56B is #450A94. Grayscale: #D4D4D4. Windows color (decimal): -4524693 or 7075258. OLE color: 7075258.
HSL color Cylindrical-coordinate representation of color #BAF56B: hue angle of 85.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF56B is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 107 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.04 |
| HSL | 85.65º | 0.87% | 0.69% | - |
| HSV(B) | 85.65º | 0.56% | 0.96% | - |
| XYZ | 55.56 | 76.81 | 25.81 | - |
| YUV | 211.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 107 | 0.24 | 0 | 0.56 | 0.04 | 85.65 | 0.87 | 0.69 |
| Hex | BA | F5 | 6B | 18 | 0 | 38 | 4 | 56 | 57 | 45 |
| Octal | 272 | 365 | 153 | 30 | 0 | 70 | 4 | 126 | 127 | 105 |
| Binary | 10111010 | 11110101 | 1101011 | 11000 | 0 | 111000 | 100 | 1010110 | 1010111 | 1000101 |
Color Harmonies of #BAF56B
Complementary color
Monochromatic Colors of #BAF56B
Black with #BAF56B
Text Example
Text Example
White with #BAF56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF56B; }
p { color: rgb(186,245,107); }
H1.HeaderClassName
{
color: #BAF56B;
}
.AnyTagClassName
{
color: #BAF56B;
}
</style>
background-color css
<style>
a { background-color: #BAF56B; }
a { background-color: rgb(186,245,107); }
div.DivClassName
{
background-color: #BAF56B;
}
.BgClassName
{
background-color: #BAF56B;
}
</style>
border-color css
<style>
span { border-color: #BAF56B; }
span { border-color: rgb(186,245,107); }
td.TdClassName
{
border-color: #BAF56B;
}
.TagClassName
{
border-color: #BAF56B;
}
</style>