Shades of Sulu #BCF581
Tints of Sulu #BCF581
RGB
CMYK
RGB Variations
Color information
#BCF581 (or 0xBCF581) is known color: Sulu. HEX triplet: BC, F5 and 81. RGB value is (188,245,129). Sum of RGB (Red+Green+Blue) = 188+245+129=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF581 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF581 is #430A7E. Grayscale: #D7D7D7. Windows color (decimal): -4393599 or 8517052. OLE color: 8517052.
HSL color Cylindrical-coordinate representation of color #BCF581: hue angle of 89.48º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF581 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 129 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.04 |
| HSL | 89.48º | 0.85% | 0.73% | - |
| HSV(B) | 89.48º | 0.47% | 0.96% | - |
| XYZ | 57.35 | 77.58 | 32.72 | - |
| YUV | 214.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 129 | 0.23 | 0 | 0.47 | 0.04 | 89.48 | 0.85 | 0.73 |
| Hex | BC | F5 | 81 | 17 | 0 | 2F | 4 | 59 | 55 | 49 |
| Octal | 274 | 365 | 201 | 27 | 0 | 57 | 4 | 131 | 125 | 111 |
| Binary | 10111100 | 11110101 | 10000001 | 10111 | 0 | 101111 | 100 | 1011001 | 1010101 | 1001001 |
Color Harmonies of #BCF581
Complementary color
Monochromatic Colors of #BCF581
Black with #BCF581
Text Example
Text Example
White with #BCF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF581; }
p { color: rgb(188,245,129); }
H1.HeaderClassName
{
color: #BCF581;
}
.AnyTagClassName
{
color: #BCF581;
}
</style>
background-color css
<style>
a { background-color: #BCF581; }
a { background-color: rgb(188,245,129); }
div.DivClassName
{
background-color: #BCF581;
}
.BgClassName
{
background-color: #BCF581;
}
</style>
border-color css
<style>
span { border-color: #BCF581; }
span { border-color: rgb(188,245,129); }
td.TdClassName
{
border-color: #BCF581;
}
.TagClassName
{
border-color: #BCF581;
}
</style>