Shades of Sulu #BAFD7D
Tints of Sulu #BAFD7D
RGB
CMYK
RGB Variations
Color information
#BAFD7D (or 0xBAFD7D) is known color: Sulu. HEX triplet: BA, FD and 7D. RGB value is (186,253,125). Sum of RGB (Red+Green+Blue) = 186+253+125=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD7D is #450282. Grayscale: #DADADA. Windows color (decimal): -4522627 or 8256954. OLE color: 8256954.
HSL color Cylindrical-coordinate representation of color #BAFD7D: hue angle of 91.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFD7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 125 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 91.41º | 0.97% | 0.74% | - |
| HSV(B) | 91.41º | 0.51% | 0.99% | - |
| XYZ | 59.08 | 82.17 | 32.15 | - |
| YUV | 218.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 125 | 0.26 | 0 | 0.51 | 0.01 | 91.41 | 0.97 | 0.74 |
| Hex | BA | FD | 7D | 1A | 0 | 33 | 1 | 5B | 61 | 4A |
| Octal | 272 | 375 | 175 | 32 | 0 | 63 | 1 | 133 | 141 | 112 |
| Binary | 10111010 | 11111101 | 1111101 | 11010 | 0 | 110011 | 1 | 1011011 | 1100001 | 1001010 |
Color Harmonies of #BAFD7D
Complementary color
Monochromatic Colors of #BAFD7D
Black with #BAFD7D
Text Example
Text Example
White with #BAFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD7D; }
p { color: rgb(186,253,125); }
H1.HeaderClassName
{
color: #BAFD7D;
}
.AnyTagClassName
{
color: #BAFD7D;
}
</style>
background-color css
<style>
a { background-color: #BAFD7D; }
a { background-color: rgb(186,253,125); }
div.DivClassName
{
background-color: #BAFD7D;
}
.BgClassName
{
background-color: #BAFD7D;
}
</style>
border-color css
<style>
span { border-color: #BAFD7D; }
span { border-color: rgb(186,253,125); }
td.TdClassName
{
border-color: #BAFD7D;
}
.TagClassName
{
border-color: #BAFD7D;
}
</style>