Shades of Sulu #BBF374
Tints of Sulu #BBF374
RGB
CMYK
RGB Variations
Color information
#BBF374 (or 0xBBF374) is known color: Sulu. HEX triplet: BB, F3 and 74. RGB value is (187,243,116). Sum of RGB (Red+Green+Blue) = 187+243+116=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF374 is #440C8B. Grayscale: #D4D4D4. Windows color (decimal): -4459660 or 7664571. OLE color: 7664571.
HSL color Cylindrical-coordinate representation of color #BBF374: hue angle of 86.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBF374 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 116 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.05 |
| HSL | 86.46º | 0.84% | 0.7% | - |
| HSV(B) | 86.46º | 0.52% | 0.95% | - |
| XYZ | 55.7 | 75.93 | 28.24 | - |
| YUV | 211.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 116 | 0.23 | 0 | 0.52 | 0.05 | 86.46 | 0.84 | 0.7 |
| Hex | BB | F3 | 74 | 17 | 0 | 34 | 5 | 56 | 54 | 46 |
| Octal | 273 | 363 | 164 | 27 | 0 | 64 | 5 | 126 | 124 | 106 |
| Binary | 10111011 | 11110011 | 1110100 | 10111 | 0 | 110100 | 101 | 1010110 | 1010100 | 1000110 |
Color Harmonies of #BBF374
Complementary color
Monochromatic Colors of #BBF374
Black with #BBF374
Text Example
Text Example
White with #BBF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF374; }
p { color: rgb(187,243,116); }
H1.HeaderClassName
{
color: #BBF374;
}
.AnyTagClassName
{
color: #BBF374;
}
</style>
background-color css
<style>
a { background-color: #BBF374; }
a { background-color: rgb(187,243,116); }
div.DivClassName
{
background-color: #BBF374;
}
.BgClassName
{
background-color: #BBF374;
}
</style>
border-color css
<style>
span { border-color: #BBF374; }
span { border-color: rgb(187,243,116); }
td.TdClassName
{
border-color: #BBF374;
}
.TagClassName
{
border-color: #BBF374;
}
</style>