Shades of Sulu #BCFF61
Tints of Sulu #BCFF61
RGB
CMYK
RGB Variations
Color information
#BCFF61 (or 0xBCFF61) is known color: Sulu. HEX triplet: BC, FF and 61. RGB value is (188,255,97). Sum of RGB (Red+Green+Blue) = 188+255+97=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF61 is #43009E. Grayscale: #D9D9D9. Windows color (decimal): -4391071 or 6422460. OLE color: 6422460.
HSL color Cylindrical-coordinate representation of color #BCFF61: hue angle of 85.44º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCFF61 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 97 | - |
| CMYK | 0.26 | 0 | 0.62 | 0 |
| HSL | 85.44º | 1% | 0.69% | - |
| HSV(B) | 85.44º | 0.62% | 1% | - |
| XYZ | 58.66 | 83.07 | 24.25 | - |
| YUV | 216.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 97 | 0.26 | 0 | 0.62 | 0 | 85.44 | 1 | 0.69 |
| Hex | BC | FF | 61 | 1A | 0 | 3E | 0 | 55 | 64 | 45 |
| Octal | 274 | 377 | 141 | 32 | 0 | 76 | 0 | 125 | 144 | 105 |
| Binary | 10111100 | 11111111 | 1100001 | 11010 | 0 | 111110 | 0 | 1010101 | 1100100 | 1000101 |
Color Harmonies of #BCFF61
Complementary color
Monochromatic Colors of #BCFF61
Black with #BCFF61
Text Example
Text Example
White with #BCFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF61; }
p { color: rgb(188,255,97); }
H1.HeaderClassName
{
color: #BCFF61;
}
.AnyTagClassName
{
color: #BCFF61;
}
</style>
background-color css
<style>
a { background-color: #BCFF61; }
a { background-color: rgb(188,255,97); }
div.DivClassName
{
background-color: #BCFF61;
}
.BgClassName
{
background-color: #BCFF61;
}
</style>
border-color css
<style>
span { border-color: #BCFF61; }
span { border-color: rgb(188,255,97); }
td.TdClassName
{
border-color: #BCFF61;
}
.TagClassName
{
border-color: #BCFF61;
}
</style>