Shades of Sulu #BCFC7E
Tints of Sulu #BCFC7E
RGB
CMYK
RGB Variations
Color information
#BCFC7E (or 0xBCFC7E) is known color: Sulu. HEX triplet: BC, FC and 7E. RGB value is (188,252,126). Sum of RGB (Red+Green+Blue) = 188+252+126=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC7E is #430381. Grayscale: #DADADA. Windows color (decimal): -4391810 or 8322236. OLE color: 8322236.
HSL color Cylindrical-coordinate representation of color #BCFC7E: hue angle of 90.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFC7E is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 126 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.01 |
| HSL | 90.48º | 0.95% | 0.74% | - |
| HSV(B) | 90.48º | 0.5% | 0.99% | - |
| XYZ | 59.32 | 81.82 | 32.4 | - |
| YUV | 218.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 126 | 0.25 | 0 | 0.5 | 0.01 | 90.48 | 0.95 | 0.74 |
| Hex | BC | FC | 7E | 19 | 0 | 32 | 1 | 5A | 5F | 4A |
| Octal | 274 | 374 | 176 | 31 | 0 | 62 | 1 | 132 | 137 | 112 |
| Binary | 10111100 | 11111100 | 1111110 | 11001 | 0 | 110010 | 1 | 1011010 | 1011111 | 1001010 |
Color Harmonies of #BCFC7E
Complementary color
Monochromatic Colors of #BCFC7E
Black with #BCFC7E
Text Example
Text Example
White with #BCFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC7E; }
p { color: rgb(188,252,126); }
H1.HeaderClassName
{
color: #BCFC7E;
}
.AnyTagClassName
{
color: #BCFC7E;
}
</style>
background-color css
<style>
a { background-color: #BCFC7E; }
a { background-color: rgb(188,252,126); }
div.DivClassName
{
background-color: #BCFC7E;
}
.BgClassName
{
background-color: #BCFC7E;
}
</style>
border-color css
<style>
span { border-color: #BCFC7E; }
span { border-color: rgb(188,252,126); }
td.TdClassName
{
border-color: #BCFC7E;
}
.TagClassName
{
border-color: #BCFC7E;
}
</style>