Shades of Sulu #BCF779
Tints of Sulu #BCF779
RGB
CMYK
RGB Variations
Color information
#BCF779 (or 0xBCF779) is known color: Sulu. HEX triplet: BC, F7 and 79. RGB value is (188,247,121). Sum of RGB (Red+Green+Blue) = 188+247+121=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF779 is #430886. Grayscale: #D7D7D7. Windows color (decimal): -4393095 or 7993276. OLE color: 7993276.
HSL color Cylindrical-coordinate representation of color #BCF779: hue angle of 88.1º 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 #BCF779 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 121 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.03 |
| HSL | 88.1º | 0.89% | 0.72% | - |
| HSV(B) | 88.1º | 0.51% | 0.97% | - |
| XYZ | 57.45 | 78.59 | 30.23 | - |
| YUV | 215 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 121 | 0.24 | 0 | 0.51 | 0.03 | 88.1 | 0.89 | 0.72 |
| Hex | BC | F7 | 79 | 18 | 0 | 33 | 3 | 58 | 59 | 48 |
| Octal | 274 | 367 | 171 | 30 | 0 | 63 | 3 | 130 | 131 | 110 |
| Binary | 10111100 | 11110111 | 1111001 | 11000 | 0 | 110011 | 11 | 1011000 | 1011001 | 1001000 |
Color Harmonies of #BCF779
Complementary color
Monochromatic Colors of #BCF779
Black with #BCF779
Text Example
Text Example
White with #BCF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF779; }
p { color: rgb(188,247,121); }
H1.HeaderClassName
{
color: #BCF779;
}
.AnyTagClassName
{
color: #BCF779;
}
</style>
background-color css
<style>
a { background-color: #BCF779; }
a { background-color: rgb(188,247,121); }
div.DivClassName
{
background-color: #BCF779;
}
.BgClassName
{
background-color: #BCF779;
}
</style>
border-color css
<style>
span { border-color: #BCF779; }
span { border-color: rgb(188,247,121); }
td.TdClassName
{
border-color: #BCF779;
}
.TagClassName
{
border-color: #BCF779;
}
</style>