Shades of Sulu #BCF781
Tints of Sulu #BCF781
RGB
CMYK
RGB Variations
Color information
#BCF781 (or 0xBCF781) is known color: Sulu. HEX triplet: BC, F7 and 81. RGB value is (188,247,129). Sum of RGB (Red+Green+Blue) = 188+247+129=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF781 is #43087E. Grayscale: #D8D8D8. Windows color (decimal): -4393087 or 8517564. OLE color: 8517564.
HSL color Cylindrical-coordinate representation of color #BCF781: hue angle of 90º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF781 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.03 |
| HSL | 90º | 0.88% | 0.74% | - |
| HSV(B) | 90º | 0.48% | 0.97% | - |
| XYZ | 57.96 | 78.8 | 32.92 | - |
| YUV | 215.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 129 | 0.24 | 0 | 0.48 | 0.03 | 90 | 0.88 | 0.74 |
| Hex | BC | F7 | 81 | 18 | 0 | 30 | 3 | 5A | 58 | 4A |
| Octal | 274 | 367 | 201 | 30 | 0 | 60 | 3 | 132 | 130 | 112 |
| Binary | 10111100 | 11110111 | 10000001 | 11000 | 0 | 110000 | 11 | 1011010 | 1011000 | 1001010 |
Color Harmonies of #BCF781
Complementary color
Monochromatic Colors of #BCF781
Black with #BCF781
Text Example
Text Example
White with #BCF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF781; }
p { color: rgb(188,247,129); }
H1.HeaderClassName
{
color: #BCF781;
}
.AnyTagClassName
{
color: #BCF781;
}
</style>
background-color css
<style>
a { background-color: #BCF781; }
a { background-color: rgb(188,247,129); }
div.DivClassName
{
background-color: #BCF781;
}
.BgClassName
{
background-color: #BCF781;
}
</style>
border-color css
<style>
span { border-color: #BCF781; }
span { border-color: rgb(188,247,129); }
td.TdClassName
{
border-color: #BCF781;
}
.TagClassName
{
border-color: #BCF781;
}
</style>