Shades of Sulu #BCF77D
Tints of Sulu #BCF77D
RGB
CMYK
RGB Variations
Color information
#BCF77D (or 0xBCF77D) is known color: Sulu. HEX triplet: BC, F7 and 7D. RGB value is (188,247,125). Sum of RGB (Red+Green+Blue) = 188+247+125=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF77D is #430882. Grayscale: #D7D7D7. Windows color (decimal): -4393091 or 8255420. OLE color: 8255420.
HSL color Cylindrical-coordinate representation of color #BCF77D: hue angle of 89.02º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF77D is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 125 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.03 |
| HSL | 89.02º | 0.88% | 0.73% | - |
| HSV(B) | 89.02º | 0.49% | 0.97% | - |
| XYZ | 57.7 | 78.69 | 31.55 | - |
| YUV | 215.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 125 | 0.24 | 0 | 0.49 | 0.03 | 89.02 | 0.88 | 0.73 |
| Hex | BC | F7 | 7D | 18 | 0 | 31 | 3 | 59 | 58 | 49 |
| Octal | 274 | 367 | 175 | 30 | 0 | 61 | 3 | 131 | 130 | 111 |
| Binary | 10111100 | 11110111 | 1111101 | 11000 | 0 | 110001 | 11 | 1011001 | 1011000 | 1001001 |
Color Harmonies of #BCF77D
Complementary color
Monochromatic Colors of #BCF77D
Black with #BCF77D
Text Example
Text Example
White with #BCF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF77D; }
p { color: rgb(188,247,125); }
H1.HeaderClassName
{
color: #BCF77D;
}
.AnyTagClassName
{
color: #BCF77D;
}
</style>
background-color css
<style>
a { background-color: #BCF77D; }
a { background-color: rgb(188,247,125); }
div.DivClassName
{
background-color: #BCF77D;
}
.BgClassName
{
background-color: #BCF77D;
}
</style>
border-color css
<style>
span { border-color: #BCF77D; }
span { border-color: rgb(188,247,125); }
td.TdClassName
{
border-color: #BCF77D;
}
.TagClassName
{
border-color: #BCF77D;
}
</style>