Shades of Sulu #BCF679
Tints of Sulu #BCF679
RGB
CMYK
RGB Variations
Color information
#BCF679 (or 0xBCF679) is known color: Sulu. HEX triplet: BC, F6 and 79. RGB value is (188,246,121). Sum of RGB (Red+Green+Blue) = 188+246+121=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF679 is #430986. Grayscale: #D6D6D6. Windows color (decimal): -4393351 or 7993020. OLE color: 7993020.
HSL color Cylindrical-coordinate representation of color #BCF679: hue angle of 87.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF679 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 121 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.04 |
| HSL | 87.84º | 0.87% | 0.72% | - |
| HSV(B) | 87.84º | 0.51% | 0.96% | - |
| XYZ | 57.15 | 77.98 | 30.13 | - |
| YUV | 214.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 121 | 0.24 | 0 | 0.51 | 0.04 | 87.84 | 0.87 | 0.72 |
| Hex | BC | F6 | 79 | 18 | 0 | 33 | 4 | 58 | 57 | 48 |
| Octal | 274 | 366 | 171 | 30 | 0 | 63 | 4 | 130 | 127 | 110 |
| Binary | 10111100 | 11110110 | 1111001 | 11000 | 0 | 110011 | 100 | 1011000 | 1010111 | 1001000 |
Color Harmonies of #BCF679
Complementary color
Monochromatic Colors of #BCF679
Black with #BCF679
Text Example
Text Example
White with #BCF679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF679; }
p { color: rgb(188,246,121); }
H1.HeaderClassName
{
color: #BCF679;
}
.AnyTagClassName
{
color: #BCF679;
}
</style>
background-color css
<style>
a { background-color: #BCF679; }
a { background-color: rgb(188,246,121); }
div.DivClassName
{
background-color: #BCF679;
}
.BgClassName
{
background-color: #BCF679;
}
</style>
border-color css
<style>
span { border-color: #BCF679; }
span { border-color: rgb(188,246,121); }
td.TdClassName
{
border-color: #BCF679;
}
.TagClassName
{
border-color: #BCF679;
}
</style>