Shades of Sulu #BBFC74
Tints of Sulu #BBFC74
RGB
CMYK
RGB Variations
Color information
#BBFC74 (or 0xBBFC74) is known color: Sulu. HEX triplet: BB, FC and 74. RGB value is (187,252,116). Sum of RGB (Red+Green+Blue) = 187+252+116=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC74 is #44038B. Grayscale: #D9D9D9. Windows color (decimal): -4457356 or 7666875. OLE color: 7666875.
HSL color Cylindrical-coordinate representation of color #BBFC74: hue angle of 88.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBFC74 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 116 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.01 |
| HSL | 88.68º | 0.96% | 0.72% | - |
| HSV(B) | 88.68º | 0.54% | 0.99% | - |
| XYZ | 58.46 | 81.45 | 29.16 | - |
| YUV | 217.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 116 | 0.26 | 0 | 0.54 | 0.01 | 88.68 | 0.96 | 0.72 |
| Hex | BB | FC | 74 | 1A | 0 | 36 | 1 | 59 | 60 | 48 |
| Octal | 273 | 374 | 164 | 32 | 0 | 66 | 1 | 131 | 140 | 110 |
| Binary | 10111011 | 11111100 | 1110100 | 11010 | 0 | 110110 | 1 | 1011001 | 1100000 | 1001000 |
Color Harmonies of #BBFC74
Complementary color
Monochromatic Colors of #BBFC74
Black with #BBFC74
Text Example
Text Example
White with #BBFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC74; }
p { color: rgb(187,252,116); }
H1.HeaderClassName
{
color: #BBFC74;
}
.AnyTagClassName
{
color: #BBFC74;
}
</style>
background-color css
<style>
a { background-color: #BBFC74; }
a { background-color: rgb(187,252,116); }
div.DivClassName
{
background-color: #BBFC74;
}
.BgClassName
{
background-color: #BBFC74;
}
</style>
border-color css
<style>
span { border-color: #BBFC74; }
span { border-color: rgb(187,252,116); }
td.TdClassName
{
border-color: #BBFC74;
}
.TagClassName
{
border-color: #BBFC74;
}
</style>