Shades of Sulu #BAFE6C
Tints of Sulu #BAFE6C
RGB
CMYK
RGB Variations
Color information
#BAFE6C (or 0xBAFE6C) is known color: Sulu. HEX triplet: BA, FE and 6C. RGB value is (186,254,108). Sum of RGB (Red+Green+Blue) = 186+254+108=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE6C is #450193. Grayscale: #D9D9D9. Windows color (decimal): -4522388 or 7143098. OLE color: 7143098.
HSL color Cylindrical-coordinate representation of color #BAFE6C: hue angle of 87.95º 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 #BAFE6C is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 108 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.00 |
| HSL | 87.95º | 0.99% | 0.71% | - |
| HSV(B) | 87.95º | 0.57% | 1% | - |
| XYZ | 58.4 | 82.41 | 27.02 | - |
| YUV | 217.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 108 | 0.27 | 0 | 0.57 | 0.00 | 87.95 | 0.99 | 0.71 |
| Hex | BA | FE | 6C | 1B | 0 | 39 | 0 | 58 | 63 | 47 |
| Octal | 272 | 376 | 154 | 33 | 0 | 71 | 0 | 130 | 143 | 107 |
| Binary | 10111010 | 11111110 | 1101100 | 11011 | 0 | 111001 | 0 | 1011000 | 1100011 | 1000111 |
Color Harmonies of #BAFE6C
Complementary color
Monochromatic Colors of #BAFE6C
Black with #BAFE6C
Text Example
Text Example
White with #BAFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE6C; }
p { color: rgb(186,254,108); }
H1.HeaderClassName
{
color: #BAFE6C;
}
.AnyTagClassName
{
color: #BAFE6C;
}
</style>
background-color css
<style>
a { background-color: #BAFE6C; }
a { background-color: rgb(186,254,108); }
div.DivClassName
{
background-color: #BAFE6C;
}
.BgClassName
{
background-color: #BAFE6C;
}
</style>
border-color css
<style>
span { border-color: #BAFE6C; }
span { border-color: rgb(186,254,108); }
td.TdClassName
{
border-color: #BAFE6C;
}
.TagClassName
{
border-color: #BAFE6C;
}
</style>