Shades of Sulu #BAFF7B
Tints of Sulu #BAFF7B
RGB
CMYK
RGB Variations
Color information
#BAFF7B (or 0xBAFF7B) is known color: Sulu. HEX triplet: BA, FF and 7B. RGB value is (186,255,123). Sum of RGB (Red+Green+Blue) = 186+255+123=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF7B is #450084. Grayscale: #DBDBDB. Windows color (decimal): -4522117 or 8126394. OLE color: 8126394.
HSL color Cylindrical-coordinate representation of color #BAFF7B: hue angle of 91.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAFF7B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 123 | - |
| CMYK | 0.27 | 0 | 0.52 | 0 |
| HSL | 91.36º | 1% | 0.74% | - |
| HSV(B) | 91.36º | 0.52% | 1% | - |
| XYZ | 59.58 | 83.39 | 31.69 | - |
| YUV | 219.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 123 | 0.27 | 0 | 0.52 | 0 | 91.36 | 1 | 0.74 |
| Hex | BA | FF | 7B | 1B | 0 | 34 | 0 | 5B | 64 | 4A |
| Octal | 272 | 377 | 173 | 33 | 0 | 64 | 0 | 133 | 144 | 112 |
| Binary | 10111010 | 11111111 | 1111011 | 11011 | 0 | 110100 | 0 | 1011011 | 1100100 | 1001010 |
Color Harmonies of #BAFF7B
Complementary color
Monochromatic Colors of #BAFF7B
Black with #BAFF7B
Text Example
Text Example
White with #BAFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF7B; }
p { color: rgb(186,255,123); }
H1.HeaderClassName
{
color: #BAFF7B;
}
.AnyTagClassName
{
color: #BAFF7B;
}
</style>
background-color css
<style>
a { background-color: #BAFF7B; }
a { background-color: rgb(186,255,123); }
div.DivClassName
{
background-color: #BAFF7B;
}
.BgClassName
{
background-color: #BAFF7B;
}
</style>
border-color css
<style>
span { border-color: #BAFF7B; }
span { border-color: rgb(186,255,123); }
td.TdClassName
{
border-color: #BAFF7B;
}
.TagClassName
{
border-color: #BAFF7B;
}
</style>