Shades of Sulu #BAF67E
Tints of Sulu #BAF67E
RGB
CMYK
RGB Variations
Color information
#BAF67E (or 0xBAF67E) is known color: Sulu. HEX triplet: BA, F6 and 7E. RGB value is (186,246,126). Sum of RGB (Red+Green+Blue) = 186+246+126=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67E is #450981. Grayscale: #D6D6D6. Windows color (decimal): -4524418 or 8320698. OLE color: 8320698.
HSL color Cylindrical-coordinate representation of color #BAF67E: hue angle of 90º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF67E is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 126 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.04 |
| HSL | 90º | 0.87% | 0.73% | - |
| HSV(B) | 90º | 0.49% | 0.96% | - |
| XYZ | 56.97 | 77.86 | 31.76 | - |
| YUV | 214.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 126 | 0.24 | 0 | 0.49 | 0.04 | 90 | 0.87 | 0.73 |
| Hex | BA | F6 | 7E | 18 | 0 | 31 | 4 | 5A | 57 | 49 |
| Octal | 272 | 366 | 176 | 30 | 0 | 61 | 4 | 132 | 127 | 111 |
| Binary | 10111010 | 11110110 | 1111110 | 11000 | 0 | 110001 | 100 | 1011010 | 1010111 | 1001001 |
Color Harmonies of #BAF67E
Complementary color
Monochromatic Colors of #BAF67E
Black with #BAF67E
Text Example
Text Example
White with #BAF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF67E; }
p { color: rgb(186,246,126); }
H1.HeaderClassName
{
color: #BAF67E;
}
.AnyTagClassName
{
color: #BAF67E;
}
</style>
background-color css
<style>
a { background-color: #BAF67E; }
a { background-color: rgb(186,246,126); }
div.DivClassName
{
background-color: #BAF67E;
}
.BgClassName
{
background-color: #BAF67E;
}
</style>
border-color css
<style>
span { border-color: #BAF67E; }
span { border-color: rgb(186,246,126); }
td.TdClassName
{
border-color: #BAF67E;
}
.TagClassName
{
border-color: #BAF67E;
}
</style>