Shades of Sulu #BCF56D
Tints of Sulu #BCF56D
RGB
CMYK
RGB Variations
Color information
#BCF56D (or 0xBCF56D) is known color: Sulu. HEX triplet: BC, F5 and 6D. RGB value is (188,245,109). Sum of RGB (Red+Green+Blue) = 188+245+109=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF56D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF56D is #430A92. Grayscale: #D4D4D4. Windows color (decimal): -4393619 or 7206332. OLE color: 7206332.
HSL color Cylindrical-coordinate representation of color #BCF56D: hue angle of 85.15º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF56D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 109 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.04 |
| HSL | 85.15º | 0.87% | 0.69% | - |
| HSV(B) | 85.15º | 0.56% | 0.96% | - |
| XYZ | 56.15 | 77.1 | 26.39 | - |
| YUV | 212.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 109 | 0.23 | 0 | 0.56 | 0.04 | 85.15 | 0.87 | 0.69 |
| Hex | BC | F5 | 6D | 17 | 0 | 38 | 4 | 55 | 57 | 45 |
| Octal | 274 | 365 | 155 | 27 | 0 | 70 | 4 | 125 | 127 | 105 |
| Binary | 10111100 | 11110101 | 1101101 | 10111 | 0 | 111000 | 100 | 1010101 | 1010111 | 1000101 |
Color Harmonies of #BCF56D
Complementary color
Monochromatic Colors of #BCF56D
Black with #BCF56D
Text Example
Text Example
White with #BCF56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF56D; }
p { color: rgb(188,245,109); }
H1.HeaderClassName
{
color: #BCF56D;
}
.AnyTagClassName
{
color: #BCF56D;
}
</style>
background-color css
<style>
a { background-color: #BCF56D; }
a { background-color: rgb(188,245,109); }
div.DivClassName
{
background-color: #BCF56D;
}
.BgClassName
{
background-color: #BCF56D;
}
</style>
border-color css
<style>
span { border-color: #BCF56D; }
span { border-color: rgb(188,245,109); }
td.TdClassName
{
border-color: #BCF56D;
}
.TagClassName
{
border-color: #BCF56D;
}
</style>