Shades of Sulu #BCFF7F
Tints of Sulu #BCFF7F
RGB
CMYK
RGB Variations
Color information
#BCFF7F (or 0xBCFF7F) is known color: Sulu. HEX triplet: BC, FF and 7F. RGB value is (188,255,127). Sum of RGB (Red+Green+Blue) = 188+255+127=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF7F is #430080. Grayscale: #DCDCDC. Windows color (decimal): -4391041 or 8388540. OLE color: 8388540.
HSL color Cylindrical-coordinate representation of color #BCFF7F: hue angle of 91.41º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFF7F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 127 | - |
| CMYK | 0.26 | 0 | 0.50 | 0 |
| HSL | 91.41º | 1% | 0.75% | - |
| HSV(B) | 91.41º | 0.5% | 1% | - |
| XYZ | 60.33 | 83.74 | 33.06 | - |
| YUV | 220.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 127 | 0.26 | 0 | 0.50 | 0 | 91.41 | 1 | 0.75 |
| Hex | BC | FF | 7F | 1A | 0 | 32 | 0 | 5B | 64 | 4B |
| Octal | 274 | 377 | 177 | 32 | 0 | 62 | 0 | 133 | 144 | 113 |
| Binary | 10111100 | 11111111 | 1111111 | 11010 | 0 | 110010 | 0 | 1011011 | 1100100 | 1001011 |
Color Harmonies of #BCFF7F
Complementary color
Monochromatic Colors of #BCFF7F
Black with #BCFF7F
Text Example
Text Example
White with #BCFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF7F; }
p { color: rgb(188,255,127); }
H1.HeaderClassName
{
color: #BCFF7F;
}
.AnyTagClassName
{
color: #BCFF7F;
}
</style>
background-color css
<style>
a { background-color: #BCFF7F; }
a { background-color: rgb(188,255,127); }
div.DivClassName
{
background-color: #BCFF7F;
}
.BgClassName
{
background-color: #BCFF7F;
}
</style>
border-color css
<style>
span { border-color: #BCFF7F; }
span { border-color: rgb(188,255,127); }
td.TdClassName
{
border-color: #BCFF7F;
}
.TagClassName
{
border-color: #BCFF7F;
}
</style>