Shades of Sulu #BCF76B
Tints of Sulu #BCF76B
RGB
CMYK
RGB Variations
Color information
#BCF76B (or 0xBCF76B) is known color: Sulu. HEX triplet: BC, F7 and 6B. RGB value is (188,247,107). Sum of RGB (Red+Green+Blue) = 188+247+107=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF76B is #430894. Grayscale: #D5D5D5. Windows color (decimal): -4393109 or 7075772. OLE color: 7075772.
HSL color Cylindrical-coordinate representation of color #BCF76B: hue angle of 85.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF76B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 107 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.03 |
| HSL | 85.29º | 0.9% | 0.69% | - |
| HSV(B) | 85.29º | 0.57% | 0.97% | - |
| XYZ | 56.65 | 78.27 | 26.03 | - |
| YUV | 213.4 | 67.95 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 107 | 0.24 | 0 | 0.57 | 0.03 | 85.29 | 0.9 | 0.69 |
| Hex | BC | F7 | 6B | 18 | 0 | 39 | 3 | 55 | 5A | 45 |
| Octal | 274 | 367 | 153 | 30 | 0 | 71 | 3 | 125 | 132 | 105 |
| Binary | 10111100 | 11110111 | 1101011 | 11000 | 0 | 111001 | 11 | 1010101 | 1011010 | 1000101 |
Color Harmonies of #BCF76B
Complementary color
Monochromatic Colors of #BCF76B
Black with #BCF76B
Text Example
Text Example
White with #BCF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF76B; }
p { color: rgb(188,247,107); }
H1.HeaderClassName
{
color: #BCF76B;
}
.AnyTagClassName
{
color: #BCF76B;
}
</style>
background-color css
<style>
a { background-color: #BCF76B; }
a { background-color: rgb(188,247,107); }
div.DivClassName
{
background-color: #BCF76B;
}
.BgClassName
{
background-color: #BCF76B;
}
</style>
border-color css
<style>
span { border-color: #BCF76B; }
span { border-color: rgb(188,247,107); }
td.TdClassName
{
border-color: #BCF76B;
}
.TagClassName
{
border-color: #BCF76B;
}
</style>