Shades of Sulu #BAFE6E
Tints of Sulu #BAFE6E
RGB
CMYK
RGB Variations
Color information
#BAFE6E (or 0xBAFE6E) is known color: Sulu. HEX triplet: BA, FE and 6E. RGB value is (186,254,110). Sum of RGB (Red+Green+Blue) = 186+254+110=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE6E is #450191. Grayscale: #D9D9D9. Windows color (decimal): -4522386 or 7274170. OLE color: 7274170.
HSL color Cylindrical-coordinate representation of color #BAFE6E: hue angle of 88.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAFE6E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 110 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.00 |
| HSL | 88.33º | 0.99% | 0.71% | - |
| HSV(B) | 88.33º | 0.57% | 1% | - |
| XYZ | 58.51 | 82.45 | 27.58 | - |
| YUV | 217.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 110 | 0.27 | 0 | 0.57 | 0.00 | 88.33 | 0.99 | 0.71 |
| Hex | BA | FE | 6E | 1B | 0 | 39 | 0 | 58 | 63 | 47 |
| Octal | 272 | 376 | 156 | 33 | 0 | 71 | 0 | 130 | 143 | 107 |
| Binary | 10111010 | 11111110 | 1101110 | 11011 | 0 | 111001 | 0 | 1011000 | 1100011 | 1000111 |
Color Harmonies of #BAFE6E
Complementary color
Monochromatic Colors of #BAFE6E
Black with #BAFE6E
Text Example
Text Example
White with #BAFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE6E; }
p { color: rgb(186,254,110); }
H1.HeaderClassName
{
color: #BAFE6E;
}
.AnyTagClassName
{
color: #BAFE6E;
}
</style>
background-color css
<style>
a { background-color: #BAFE6E; }
a { background-color: rgb(186,254,110); }
div.DivClassName
{
background-color: #BAFE6E;
}
.BgClassName
{
background-color: #BAFE6E;
}
</style>
border-color css
<style>
span { border-color: #BAFE6E; }
span { border-color: rgb(186,254,110); }
td.TdClassName
{
border-color: #BAFE6E;
}
.TagClassName
{
border-color: #BAFE6E;
}
</style>