Shades of Sulu #BCF06F
Tints of Sulu #BCF06F
RGB
CMYK
RGB Variations
Color information
#BCF06F (or 0xBCF06F) is known color: Sulu. HEX triplet: BC, F0 and 6F. RGB value is (188,240,111). Sum of RGB (Red+Green+Blue) = 188+240+111=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF06F is #430F90. Grayscale: #D2D2D2. Windows color (decimal): -4394897 or 7336124. OLE color: 7336124.
HSL color Cylindrical-coordinate representation of color #BCF06F: hue angle of 84.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF06F is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 111 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.06 |
| HSL | 84.19º | 0.81% | 0.69% | - |
| HSV(B) | 84.19º | 0.54% | 0.94% | - |
| XYZ | 54.77 | 74.16 | 26.47 | - |
| YUV | 209.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 111 | 0.22 | 0 | 0.54 | 0.06 | 84.19 | 0.81 | 0.69 |
| Hex | BC | F0 | 6F | 16 | 0 | 36 | 6 | 54 | 51 | 45 |
| Octal | 274 | 360 | 157 | 26 | 0 | 66 | 6 | 124 | 121 | 105 |
| Binary | 10111100 | 11110000 | 1101111 | 10110 | 0 | 110110 | 110 | 1010100 | 1010001 | 1000101 |
Color Harmonies of #BCF06F
Complementary color
Monochromatic Colors of #BCF06F
Black with #BCF06F
Text Example
Text Example
White with #BCF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF06F; }
p { color: rgb(188,240,111); }
H1.HeaderClassName
{
color: #BCF06F;
}
.AnyTagClassName
{
color: #BCF06F;
}
</style>
background-color css
<style>
a { background-color: #BCF06F; }
a { background-color: rgb(188,240,111); }
div.DivClassName
{
background-color: #BCF06F;
}
.BgClassName
{
background-color: #BCF06F;
}
</style>
border-color css
<style>
span { border-color: #BCF06F; }
span { border-color: rgb(188,240,111); }
td.TdClassName
{
border-color: #BCF06F;
}
.TagClassName
{
border-color: #BCF06F;
}
</style>