Shades of Sulu #BAFE74
Tints of Sulu #BAFE74
RGB
CMYK
RGB Variations
Color information
#BAFE74 (or 0xBAFE74) is known color: Sulu. HEX triplet: BA, FE and 74. RGB value is (186,254,116). Sum of RGB (Red+Green+Blue) = 186+254+116=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE74 is #45018B. Grayscale: #DADADA. Windows color (decimal): -4522380 or 7667386. OLE color: 7667386.
HSL color Cylindrical-coordinate representation of color #BAFE74: hue angle of 89.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAFE74 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 116 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.00 |
| HSL | 89.57º | 0.99% | 0.73% | - |
| HSV(B) | 89.57º | 0.54% | 1% | - |
| XYZ | 58.84 | 82.58 | 29.36 | - |
| YUV | 217.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 116 | 0.27 | 0 | 0.54 | 0.00 | 89.57 | 0.99 | 0.73 |
| Hex | BA | FE | 74 | 1B | 0 | 36 | 0 | 5A | 63 | 49 |
| Octal | 272 | 376 | 164 | 33 | 0 | 66 | 0 | 132 | 143 | 111 |
| Binary | 10111010 | 11111110 | 1110100 | 11011 | 0 | 110110 | 0 | 1011010 | 1100011 | 1001001 |
Color Harmonies of #BAFE74
Complementary color
Monochromatic Colors of #BAFE74
Black with #BAFE74
Text Example
Text Example
White with #BAFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE74; }
p { color: rgb(186,254,116); }
H1.HeaderClassName
{
color: #BAFE74;
}
.AnyTagClassName
{
color: #BAFE74;
}
</style>
background-color css
<style>
a { background-color: #BAFE74; }
a { background-color: rgb(186,254,116); }
div.DivClassName
{
background-color: #BAFE74;
}
.BgClassName
{
background-color: #BAFE74;
}
</style>
border-color css
<style>
span { border-color: #BAFE74; }
span { border-color: rgb(186,254,116); }
td.TdClassName
{
border-color: #BAFE74;
}
.TagClassName
{
border-color: #BAFE74;
}
</style>