Shades of Sulu #BCFC7C
Tints of Sulu #BCFC7C
RGB
CMYK
RGB Variations
Color information
#BCFC7C (or 0xBCFC7C) is known color: Sulu. HEX triplet: BC, FC and 7C. RGB value is (188,252,124). Sum of RGB (Red+Green+Blue) = 188+252+124=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC7C is #430383. Grayscale: #DADADA. Windows color (decimal): -4391812 or 8191164. OLE color: 8191164.
HSL color Cylindrical-coordinate representation of color #BCFC7C: hue angle of 90º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFC7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.01 |
| HSL | 90º | 0.96% | 0.74% | - |
| HSV(B) | 90º | 0.51% | 0.99% | - |
| XYZ | 59.19 | 81.77 | 31.73 | - |
| YUV | 218.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 124 | 0.25 | 0 | 0.51 | 0.01 | 90 | 0.96 | 0.74 |
| Hex | BC | FC | 7C | 19 | 0 | 33 | 1 | 5A | 60 | 4A |
| Octal | 274 | 374 | 174 | 31 | 0 | 63 | 1 | 132 | 140 | 112 |
| Binary | 10111100 | 11111100 | 1111100 | 11001 | 0 | 110011 | 1 | 1011010 | 1100000 | 1001010 |
Color Harmonies of #BCFC7C
Complementary color
Monochromatic Colors of #BCFC7C
Black with #BCFC7C
Text Example
Text Example
White with #BCFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC7C; }
p { color: rgb(188,252,124); }
H1.HeaderClassName
{
color: #BCFC7C;
}
.AnyTagClassName
{
color: #BCFC7C;
}
</style>
background-color css
<style>
a { background-color: #BCFC7C; }
a { background-color: rgb(188,252,124); }
div.DivClassName
{
background-color: #BCFC7C;
}
.BgClassName
{
background-color: #BCFC7C;
}
</style>
border-color css
<style>
span { border-color: #BCFC7C; }
span { border-color: rgb(188,252,124); }
td.TdClassName
{
border-color: #BCFC7C;
}
.TagClassName
{
border-color: #BCFC7C;
}
</style>