Shades of Sulu #BCFA7D
Tints of Sulu #BCFA7D
RGB
CMYK
RGB Variations
Color information
#BCFA7D (or 0xBCFA7D) is known color: Sulu. HEX triplet: BC, FA and 7D. RGB value is (188,250,125). Sum of RGB (Red+Green+Blue) = 188+250+125=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA7D is #430582. Grayscale: #D9D9D9. Windows color (decimal): -4392323 or 8256188. OLE color: 8256188.
HSL color Cylindrical-coordinate representation of color #BCFA7D: hue angle of 89.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFA7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 125 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.02 |
| HSL | 89.76º | 0.93% | 0.74% | - |
| HSV(B) | 89.76º | 0.5% | 0.98% | - |
| XYZ | 58.63 | 80.54 | 31.86 | - |
| YUV | 217.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 125 | 0.25 | 0 | 0.50 | 0.02 | 89.76 | 0.93 | 0.74 |
| Hex | BC | FA | 7D | 19 | 0 | 32 | 2 | 5A | 5D | 4A |
| Octal | 274 | 372 | 175 | 31 | 0 | 62 | 2 | 132 | 135 | 112 |
| Binary | 10111100 | 11111010 | 1111101 | 11001 | 0 | 110010 | 10 | 1011010 | 1011101 | 1001010 |
Color Harmonies of #BCFA7D
Complementary color
Monochromatic Colors of #BCFA7D
Black with #BCFA7D
Text Example
Text Example
White with #BCFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFA7D; }
p { color: rgb(188,250,125); }
H1.HeaderClassName
{
color: #BCFA7D;
}
.AnyTagClassName
{
color: #BCFA7D;
}
</style>
background-color css
<style>
a { background-color: #BCFA7D; }
a { background-color: rgb(188,250,125); }
div.DivClassName
{
background-color: #BCFA7D;
}
.BgClassName
{
background-color: #BCFA7D;
}
</style>
border-color css
<style>
span { border-color: #BCFA7D; }
span { border-color: rgb(188,250,125); }
td.TdClassName
{
border-color: #BCFA7D;
}
.TagClassName
{
border-color: #BCFA7D;
}
</style>