Shades of Sulu #BCF078
Tints of Sulu #BCF078
RGB
CMYK
RGB Variations
Color information
#BCF078 (or 0xBCF078) is known color: Sulu. HEX triplet: BC, F0 and 78. RGB value is (188,240,120). Sum of RGB (Red+Green+Blue) = 188+240+120=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF078 is #430F87. Grayscale: #D3D3D3. Windows color (decimal): -4394888 or 7925948. OLE color: 7925948.
HSL color Cylindrical-coordinate representation of color #BCF078: hue angle of 86º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF078 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 120 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.06 |
| HSL | 86º | 0.8% | 0.71% | - |
| HSV(B) | 86º | 0.5% | 0.94% | - |
| XYZ | 55.29 | 74.37 | 29.21 | - |
| YUV | 210.77 | 76.77 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 120 | 0.22 | 0 | 0.5 | 0.06 | 86 | 0.8 | 0.71 |
| Hex | BC | F0 | 78 | 16 | 0 | 32 | 6 | 56 | 50 | 47 |
| Octal | 274 | 360 | 170 | 26 | 0 | 62 | 6 | 126 | 120 | 107 |
| Binary | 10111100 | 11110000 | 1111000 | 10110 | 0 | 110010 | 110 | 1010110 | 1010000 | 1000111 |
Color Harmonies of #BCF078
Complementary color
Monochromatic Colors of #BCF078
Black with #BCF078
Text Example
Text Example
White with #BCF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF078; }
p { color: rgb(188,240,120); }
H1.HeaderClassName
{
color: #BCF078;
}
.AnyTagClassName
{
color: #BCF078;
}
</style>
background-color css
<style>
a { background-color: #BCF078; }
a { background-color: rgb(188,240,120); }
div.DivClassName
{
background-color: #BCF078;
}
.BgClassName
{
background-color: #BCF078;
}
</style>
border-color css
<style>
span { border-color: #BCF078; }
span { border-color: rgb(188,240,120); }
td.TdClassName
{
border-color: #BCF078;
}
.TagClassName
{
border-color: #BCF078;
}
</style>