Shades of Sulu #BAFE7A
Tints of Sulu #BAFE7A
RGB
CMYK
RGB Variations
Color information
#BAFE7A (or 0xBAFE7A) is known color: Sulu. HEX triplet: BA, FE and 7A. RGB value is (186,254,122). Sum of RGB (Red+Green+Blue) = 186+254+122=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE7A is #450185. Grayscale: #DBDBDB. Windows color (decimal): -4522374 or 8060602. OLE color: 8060602.
HSL color Cylindrical-coordinate representation of color #BAFE7A: hue angle of 90.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAFE7A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 122 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.00 |
| HSL | 90.91º | 0.99% | 0.74% | - |
| HSV(B) | 90.91º | 0.52% | 1% | - |
| XYZ | 59.2 | 82.73 | 31.26 | - |
| YUV | 218.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 122 | 0.27 | 0 | 0.52 | 0.00 | 90.91 | 0.99 | 0.74 |
| Hex | BA | FE | 7A | 1B | 0 | 34 | 0 | 5B | 63 | 4A |
| Octal | 272 | 376 | 172 | 33 | 0 | 64 | 0 | 133 | 143 | 112 |
| Binary | 10111010 | 11111110 | 1111010 | 11011 | 0 | 110100 | 0 | 1011011 | 1100011 | 1001010 |
Color Harmonies of #BAFE7A
Complementary color
Monochromatic Colors of #BAFE7A
Black with #BAFE7A
Text Example
Text Example
White with #BAFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE7A; }
p { color: rgb(186,254,122); }
H1.HeaderClassName
{
color: #BAFE7A;
}
.AnyTagClassName
{
color: #BAFE7A;
}
</style>
background-color css
<style>
a { background-color: #BAFE7A; }
a { background-color: rgb(186,254,122); }
div.DivClassName
{
background-color: #BAFE7A;
}
.BgClassName
{
background-color: #BAFE7A;
}
</style>
border-color css
<style>
span { border-color: #BAFE7A; }
span { border-color: rgb(186,254,122); }
td.TdClassName
{
border-color: #BAFE7A;
}
.TagClassName
{
border-color: #BAFE7A;
}
</style>