Shades of Sulu #BCFD62
Tints of Sulu #BCFD62
RGB
CMYK
RGB Variations
Color information
#BCFD62 (or 0xBCFD62) is known color: Sulu. HEX triplet: BC, FD and 62. RGB value is (188,253,98). Sum of RGB (Red+Green+Blue) = 188+253+98=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD62 is #43029D. Grayscale: #D8D8D8. Windows color (decimal): -4391582 or 6487484. OLE color: 6487484.
HSL color Cylindrical-coordinate representation of color #BCFD62: hue angle of 85.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCFD62 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 98 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.01 |
| HSL | 85.16º | 0.97% | 0.69% | - |
| HSV(B) | 85.16º | 0.61% | 0.99% | - |
| XYZ | 58.07 | 81.82 | 24.29 | - |
| YUV | 215.9 | 61.47 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 98 | 0.26 | 0 | 0.61 | 0.01 | 85.16 | 0.97 | 0.69 |
| Hex | BC | FD | 62 | 1A | 0 | 3D | 1 | 55 | 61 | 45 |
| Octal | 274 | 375 | 142 | 32 | 0 | 75 | 1 | 125 | 141 | 105 |
| Binary | 10111100 | 11111101 | 1100010 | 11010 | 0 | 111101 | 1 | 1010101 | 1100001 | 1000101 |
Color Harmonies of #BCFD62
Complementary color
Monochromatic Colors of #BCFD62
Black with #BCFD62
Text Example
Text Example
White with #BCFD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD62; }
p { color: rgb(188,253,98); }
H1.HeaderClassName
{
color: #BCFD62;
}
.AnyTagClassName
{
color: #BCFD62;
}
</style>
background-color css
<style>
a { background-color: #BCFD62; }
a { background-color: rgb(188,253,98); }
div.DivClassName
{
background-color: #BCFD62;
}
.BgClassName
{
background-color: #BCFD62;
}
</style>
border-color css
<style>
span { border-color: #BCFD62; }
span { border-color: rgb(188,253,98); }
td.TdClassName
{
border-color: #BCFD62;
}
.TagClassName
{
border-color: #BCFD62;
}
</style>