Shades of Sulu #BAFF7D
Tints of Sulu #BAFF7D
RGB
CMYK
RGB Variations
Color information
#BAFF7D (or 0xBAFF7D) is known color: Sulu. HEX triplet: BA, FF and 7D. RGB value is (186,255,125). Sum of RGB (Red+Green+Blue) = 186+255+125=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF7D is #450082. Grayscale: #DCDCDC. Windows color (decimal): -4522115 or 8257466. OLE color: 8257466.
HSL color Cylindrical-coordinate representation of color #BAFF7D: hue angle of 91.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFF7D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 125 | - |
| CMYK | 0.27 | 0 | 0.51 | 0 |
| HSL | 91.85º | 1% | 0.75% | - |
| HSV(B) | 91.85º | 0.51% | 1% | - |
| XYZ | 59.71 | 83.44 | 32.36 | - |
| YUV | 219.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 125 | 0.27 | 0 | 0.51 | 0 | 91.85 | 1 | 0.75 |
| Hex | BA | FF | 7D | 1B | 0 | 33 | 0 | 5C | 64 | 4B |
| Octal | 272 | 377 | 175 | 33 | 0 | 63 | 0 | 134 | 144 | 113 |
| Binary | 10111010 | 11111111 | 1111101 | 11011 | 0 | 110011 | 0 | 1011100 | 1100100 | 1001011 |
Color Harmonies of #BAFF7D
Complementary color
Monochromatic Colors of #BAFF7D
Black with #BAFF7D
Text Example
Text Example
White with #BAFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF7D; }
p { color: rgb(186,255,125); }
H1.HeaderClassName
{
color: #BAFF7D;
}
.AnyTagClassName
{
color: #BAFF7D;
}
</style>
background-color css
<style>
a { background-color: #BAFF7D; }
a { background-color: rgb(186,255,125); }
div.DivClassName
{
background-color: #BAFF7D;
}
.BgClassName
{
background-color: #BAFF7D;
}
</style>
border-color css
<style>
span { border-color: #BAFF7D; }
span { border-color: rgb(186,255,125); }
td.TdClassName
{
border-color: #BAFF7D;
}
.TagClassName
{
border-color: #BAFF7D;
}
</style>