Shades of Sulu #BBFC63
Tints of Sulu #BBFC63
RGB
CMYK
RGB Variations
Color information
#BBFC63 (or 0xBBFC63) is known color: Sulu. HEX triplet: BB, FC and 63. RGB value is (187,252,99). Sum of RGB (Red+Green+Blue) = 187+252+99=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC63 is #44039C. Grayscale: #D7D7D7. Windows color (decimal): -4457373 or 6552763. OLE color: 6552763.
HSL color Cylindrical-coordinate representation of color #BBFC63: hue angle of 85.49º degrees, saturation: 0.96, 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 #BBFC63 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 99 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.01 |
| HSL | 85.49º | 0.96% | 0.69% | - |
| HSV(B) | 85.49º | 0.61% | 0.99% | - |
| XYZ | 57.56 | 81.09 | 24.42 | - |
| YUV | 215.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 99 | 0.26 | 0 | 0.61 | 0.01 | 85.49 | 0.96 | 0.69 |
| Hex | BB | FC | 63 | 1A | 0 | 3D | 1 | 55 | 60 | 45 |
| Octal | 273 | 374 | 143 | 32 | 0 | 75 | 1 | 125 | 140 | 105 |
| Binary | 10111011 | 11111100 | 1100011 | 11010 | 0 | 111101 | 1 | 1010101 | 1100000 | 1000101 |
Color Harmonies of #BBFC63
Complementary color
Monochromatic Colors of #BBFC63
Black with #BBFC63
Text Example
Text Example
White with #BBFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC63; }
p { color: rgb(187,252,99); }
H1.HeaderClassName
{
color: #BBFC63;
}
.AnyTagClassName
{
color: #BBFC63;
}
</style>
background-color css
<style>
a { background-color: #BBFC63; }
a { background-color: rgb(187,252,99); }
div.DivClassName
{
background-color: #BBFC63;
}
.BgClassName
{
background-color: #BBFC63;
}
</style>
border-color css
<style>
span { border-color: #BBFC63; }
span { border-color: rgb(187,252,99); }
td.TdClassName
{
border-color: #BBFC63;
}
.TagClassName
{
border-color: #BBFC63;
}
</style>