Shades of Sulu #BCF577
Tints of Sulu #BCF577
RGB
CMYK
RGB Variations
Color information
#BCF577 (or 0xBCF577) is known color: Sulu. HEX triplet: BC, F5 and 77. RGB value is (188,245,119). Sum of RGB (Red+Green+Blue) = 188+245+119=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF577 is #430A88. Grayscale: #D6D6D6. Windows color (decimal): -4393609 or 7861692. OLE color: 7861692.
HSL color Cylindrical-coordinate representation of color #BCF577: hue angle of 87.14º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF577 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 119 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.04 |
| HSL | 87.14º | 0.86% | 0.71% | - |
| HSV(B) | 87.14º | 0.51% | 0.96% | - |
| XYZ | 56.72 | 77.33 | 29.39 | - |
| YUV | 213.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 119 | 0.23 | 0 | 0.51 | 0.04 | 87.14 | 0.86 | 0.71 |
| Hex | BC | F5 | 77 | 17 | 0 | 33 | 4 | 57 | 56 | 47 |
| Octal | 274 | 365 | 167 | 27 | 0 | 63 | 4 | 127 | 126 | 107 |
| Binary | 10111100 | 11110101 | 1110111 | 10111 | 0 | 110011 | 100 | 1010111 | 1010110 | 1000111 |
Color Harmonies of #BCF577
Complementary color
Monochromatic Colors of #BCF577
Black with #BCF577
Text Example
Text Example
White with #BCF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF577; }
p { color: rgb(188,245,119); }
H1.HeaderClassName
{
color: #BCF577;
}
.AnyTagClassName
{
color: #BCF577;
}
</style>
background-color css
<style>
a { background-color: #BCF577; }
a { background-color: rgb(188,245,119); }
div.DivClassName
{
background-color: #BCF577;
}
.BgClassName
{
background-color: #BCF577;
}
</style>
border-color css
<style>
span { border-color: #BCF577; }
span { border-color: rgb(188,245,119); }
td.TdClassName
{
border-color: #BCF577;
}
.TagClassName
{
border-color: #BCF577;
}
</style>