Shades of Sulu #BAF277
Tints of Sulu #BAF277
RGB
CMYK
RGB Variations
Color information
#BAF277 (or 0xBAF277) is known color: Sulu. HEX triplet: BA, F2 and 77. RGB value is (186,242,119). Sum of RGB (Red+Green+Blue) = 186+242+119=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF277 is #450D88. Grayscale: #D3D3D3. Windows color (decimal): -4525449 or 7860922. OLE color: 7860922.
HSL color Cylindrical-coordinate representation of color #BAF277: hue angle of 87.32º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF277 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 119 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.05 |
| HSL | 87.32º | 0.83% | 0.71% | - |
| HSV(B) | 87.32º | 0.51% | 0.95% | - |
| XYZ | 55.33 | 75.28 | 29.07 | - |
| YUV | 211.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 119 | 0.23 | 0 | 0.51 | 0.05 | 87.32 | 0.83 | 0.71 |
| Hex | BA | F2 | 77 | 17 | 0 | 33 | 5 | 57 | 53 | 47 |
| Octal | 272 | 362 | 167 | 27 | 0 | 63 | 5 | 127 | 123 | 107 |
| Binary | 10111010 | 11110010 | 1110111 | 10111 | 0 | 110011 | 101 | 1010111 | 1010011 | 1000111 |
Color Harmonies of #BAF277
Complementary color
Monochromatic Colors of #BAF277
Black with #BAF277
Text Example
Text Example
White with #BAF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF277; }
p { color: rgb(186,242,119); }
H1.HeaderClassName
{
color: #BAF277;
}
.AnyTagClassName
{
color: #BAF277;
}
</style>
background-color css
<style>
a { background-color: #BAF277; }
a { background-color: rgb(186,242,119); }
div.DivClassName
{
background-color: #BAF277;
}
.BgClassName
{
background-color: #BAF277;
}
</style>
border-color css
<style>
span { border-color: #BAF277; }
span { border-color: rgb(186,242,119); }
td.TdClassName
{
border-color: #BAF277;
}
.TagClassName
{
border-color: #BAF277;
}
</style>