Shades of Sulu #BCF77A
Tints of Sulu #BCF77A
RGB
CMYK
RGB Variations
Color information
#BCF77A (or 0xBCF77A) is known color: Sulu. HEX triplet: BC, F7 and 7A. RGB value is (188,247,122). Sum of RGB (Red+Green+Blue) = 188+247+122=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF77A is #430885. Grayscale: #D7D7D7. Windows color (decimal): -4393094 or 8058812. OLE color: 8058812.
HSL color Cylindrical-coordinate representation of color #BCF77A: hue angle of 88.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF77A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 122 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.03 |
| HSL | 88.32º | 0.89% | 0.72% | - |
| HSV(B) | 88.32º | 0.51% | 0.97% | - |
| XYZ | 57.51 | 78.62 | 30.56 | - |
| YUV | 215.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 122 | 0.24 | 0 | 0.51 | 0.03 | 88.32 | 0.89 | 0.72 |
| Hex | BC | F7 | 7A | 18 | 0 | 33 | 3 | 58 | 59 | 48 |
| Octal | 274 | 367 | 172 | 30 | 0 | 63 | 3 | 130 | 131 | 110 |
| Binary | 10111100 | 11110111 | 1111010 | 11000 | 0 | 110011 | 11 | 1011000 | 1011001 | 1001000 |
Color Harmonies of #BCF77A
Complementary color
Monochromatic Colors of #BCF77A
Black with #BCF77A
Text Example
Text Example
White with #BCF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF77A; }
p { color: rgb(188,247,122); }
H1.HeaderClassName
{
color: #BCF77A;
}
.AnyTagClassName
{
color: #BCF77A;
}
</style>
background-color css
<style>
a { background-color: #BCF77A; }
a { background-color: rgb(188,247,122); }
div.DivClassName
{
background-color: #BCF77A;
}
.BgClassName
{
background-color: #BCF77A;
}
</style>
border-color css
<style>
span { border-color: #BCF77A; }
span { border-color: rgb(188,247,122); }
td.TdClassName
{
border-color: #BCF77A;
}
.TagClassName
{
border-color: #BCF77A;
}
</style>