Shades of Sulu #BAF27C
Tints of Sulu #BAF27C
RGB
CMYK
RGB Variations
Color information
#BAF27C (or 0xBAF27C) is known color: Sulu. HEX triplet: BA, F2 and 7C. RGB value is (186,242,124). Sum of RGB (Red+Green+Blue) = 186+242+124=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF27C is #450D83. Grayscale: #D4D4D4. Windows color (decimal): -4525444 or 8188602. OLE color: 8188602.
HSL color Cylindrical-coordinate representation of color #BAF27C: hue angle of 88.47º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF27C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 124 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.05 |
| HSL | 88.47º | 0.82% | 0.72% | - |
| HSV(B) | 88.47º | 0.49% | 0.95% | - |
| XYZ | 55.64 | 75.4 | 30.69 | - |
| YUV | 211.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 124 | 0.23 | 0 | 0.49 | 0.05 | 88.47 | 0.82 | 0.72 |
| Hex | BA | F2 | 7C | 17 | 0 | 31 | 5 | 58 | 52 | 48 |
| Octal | 272 | 362 | 174 | 27 | 0 | 61 | 5 | 130 | 122 | 110 |
| Binary | 10111010 | 11110010 | 1111100 | 10111 | 0 | 110001 | 101 | 1011000 | 1010010 | 1001000 |
Color Harmonies of #BAF27C
Complementary color
Monochromatic Colors of #BAF27C
Black with #BAF27C
Text Example
Text Example
White with #BAF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF27C; }
p { color: rgb(186,242,124); }
H1.HeaderClassName
{
color: #BAF27C;
}
.AnyTagClassName
{
color: #BAF27C;
}
</style>
background-color css
<style>
a { background-color: #BAF27C; }
a { background-color: rgb(186,242,124); }
div.DivClassName
{
background-color: #BAF27C;
}
.BgClassName
{
background-color: #BAF27C;
}
</style>
border-color css
<style>
span { border-color: #BAF27C; }
span { border-color: rgb(186,242,124); }
td.TdClassName
{
border-color: #BAF27C;
}
.TagClassName
{
border-color: #BAF27C;
}
</style>