Shades of Sulu #BCF67C
Tints of Sulu #BCF67C
RGB
CMYK
RGB Variations
Color information
#BCF67C (or 0xBCF67C) is known color: Sulu. HEX triplet: BC, F6 and 7C. RGB value is (188,246,124). Sum of RGB (Red+Green+Blue) = 188+246+124=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF67C is #430983. Grayscale: #D7D7D7. Windows color (decimal): -4393348 or 8189628. OLE color: 8189628.
HSL color Cylindrical-coordinate representation of color #BCF67C: hue angle of 88.52º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF67C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 124 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 88.52º | 0.87% | 0.73% | - |
| HSV(B) | 88.52º | 0.5% | 0.96% | - |
| XYZ | 57.33 | 78.06 | 31.11 | - |
| YUV | 214.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 124 | 0.24 | 0 | 0.50 | 0.04 | 88.52 | 0.87 | 0.73 |
| Hex | BC | F6 | 7C | 18 | 0 | 32 | 4 | 59 | 57 | 49 |
| Octal | 274 | 366 | 174 | 30 | 0 | 62 | 4 | 131 | 127 | 111 |
| Binary | 10111100 | 11110110 | 1111100 | 11000 | 0 | 110010 | 100 | 1011001 | 1010111 | 1001001 |
Color Harmonies of #BCF67C
Complementary color
Monochromatic Colors of #BCF67C
Black with #BCF67C
Text Example
Text Example
White with #BCF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF67C; }
p { color: rgb(188,246,124); }
H1.HeaderClassName
{
color: #BCF67C;
}
.AnyTagClassName
{
color: #BCF67C;
}
</style>
background-color css
<style>
a { background-color: #BCF67C; }
a { background-color: rgb(188,246,124); }
div.DivClassName
{
background-color: #BCF67C;
}
.BgClassName
{
background-color: #BCF67C;
}
</style>
border-color css
<style>
span { border-color: #BCF67C; }
span { border-color: rgb(188,246,124); }
td.TdClassName
{
border-color: #BCF67C;
}
.TagClassName
{
border-color: #BCF67C;
}
</style>