Shades of Sulu #BCFE7D
Tints of Sulu #BCFE7D
RGB
CMYK
RGB Variations
Color information
#BCFE7D (or 0xBCFE7D) is known color: Sulu. HEX triplet: BC, FE and 7D. RGB value is (188,254,125). Sum of RGB (Red+Green+Blue) = 188+254+125=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE7D is #430182. Grayscale: #DCDCDC. Windows color (decimal): -4391299 or 8257212. OLE color: 8257212.
HSL color Cylindrical-coordinate representation of color #BCFE7D: hue angle of 90.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFE7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 125 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.00 |
| HSL | 90.7º | 0.98% | 0.74% | - |
| HSV(B) | 90.7º | 0.51% | 1% | - |
| XYZ | 59.88 | 83.06 | 32.28 | - |
| YUV | 219.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 125 | 0.26 | 0 | 0.51 | 0.00 | 90.7 | 0.98 | 0.74 |
| Hex | BC | FE | 7D | 1A | 0 | 33 | 0 | 5B | 62 | 4A |
| Octal | 274 | 376 | 175 | 32 | 0 | 63 | 0 | 133 | 142 | 112 |
| Binary | 10111100 | 11111110 | 1111101 | 11010 | 0 | 110011 | 0 | 1011011 | 1100010 | 1001010 |
Color Harmonies of #BCFE7D
Complementary color
Monochromatic Colors of #BCFE7D
Black with #BCFE7D
Text Example
Text Example
White with #BCFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE7D; }
p { color: rgb(188,254,125); }
H1.HeaderClassName
{
color: #BCFE7D;
}
.AnyTagClassName
{
color: #BCFE7D;
}
</style>
background-color css
<style>
a { background-color: #BCFE7D; }
a { background-color: rgb(188,254,125); }
div.DivClassName
{
background-color: #BCFE7D;
}
.BgClassName
{
background-color: #BCFE7D;
}
</style>
border-color css
<style>
span { border-color: #BCFE7D; }
span { border-color: rgb(188,254,125); }
td.TdClassName
{
border-color: #BCFE7D;
}
.TagClassName
{
border-color: #BCFE7D;
}
</style>