Shades of Sulu #BCF77B
Tints of Sulu #BCF77B
RGB
CMYK
RGB Variations
Color information
#BCF77B (or 0xBCF77B) is known color: Sulu. HEX triplet: BC, F7 and 7B. RGB value is (188,247,123). Sum of RGB (Red+Green+Blue) = 188+247+123=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF77B is #430884. Grayscale: #D7D7D7. Windows color (decimal): -4393093 or 8124348. OLE color: 8124348.
HSL color Cylindrical-coordinate representation of color #BCF77B: hue angle of 88.55º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF77B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 123 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.03 |
| HSL | 88.55º | 0.89% | 0.73% | - |
| HSV(B) | 88.55º | 0.5% | 0.97% | - |
| XYZ | 57.57 | 78.64 | 30.88 | - |
| YUV | 215.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 123 | 0.24 | 0 | 0.50 | 0.03 | 88.55 | 0.89 | 0.73 |
| Hex | BC | F7 | 7B | 18 | 0 | 32 | 3 | 59 | 59 | 49 |
| Octal | 274 | 367 | 173 | 30 | 0 | 62 | 3 | 131 | 131 | 111 |
| Binary | 10111100 | 11110111 | 1111011 | 11000 | 0 | 110010 | 11 | 1011001 | 1011001 | 1001001 |
Color Harmonies of #BCF77B
Complementary color
Monochromatic Colors of #BCF77B
Black with #BCF77B
Text Example
Text Example
White with #BCF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF77B; }
p { color: rgb(188,247,123); }
H1.HeaderClassName
{
color: #BCF77B;
}
.AnyTagClassName
{
color: #BCF77B;
}
</style>
background-color css
<style>
a { background-color: #BCF77B; }
a { background-color: rgb(188,247,123); }
div.DivClassName
{
background-color: #BCF77B;
}
.BgClassName
{
background-color: #BCF77B;
}
</style>
border-color css
<style>
span { border-color: #BCF77B; }
span { border-color: rgb(188,247,123); }
td.TdClassName
{
border-color: #BCF77B;
}
.TagClassName
{
border-color: #BCF77B;
}
</style>