Shades of Sulu #BBF465
Tints of Sulu #BBF465
RGB
CMYK
RGB Variations
Color information
#BBF465 (or 0xBBF465) is known color: Sulu. HEX triplet: BB, F4 and 65. RGB value is (187,244,101). Sum of RGB (Red+Green+Blue) = 187+244+101=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF465 is #440B9A. Grayscale: #D3D3D3. Windows color (decimal): -4459419 or 6681787. OLE color: 6681787.
HSL color Cylindrical-coordinate representation of color #BBF465: hue angle of 83.92º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF465 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 101 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.04 |
| HSL | 83.92º | 0.87% | 0.68% | - |
| HSV(B) | 83.92º | 0.59% | 0.96% | - |
| XYZ | 55.19 | 76.21 | 24.11 | - |
| YUV | 210.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 101 | 0.23 | 0 | 0.59 | 0.04 | 83.92 | 0.87 | 0.68 |
| Hex | BB | F4 | 65 | 17 | 0 | 3B | 4 | 54 | 57 | 44 |
| Octal | 273 | 364 | 145 | 27 | 0 | 73 | 4 | 124 | 127 | 104 |
| Binary | 10111011 | 11110100 | 1100101 | 10111 | 0 | 111011 | 100 | 1010100 | 1010111 | 1000100 |
Color Harmonies of #BBF465
Complementary color
Monochromatic Colors of #BBF465
Black with #BBF465
Text Example
Text Example
White with #BBF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF465; }
p { color: rgb(187,244,101); }
H1.HeaderClassName
{
color: #BBF465;
}
.AnyTagClassName
{
color: #BBF465;
}
</style>
background-color css
<style>
a { background-color: #BBF465; }
a { background-color: rgb(187,244,101); }
div.DivClassName
{
background-color: #BBF465;
}
.BgClassName
{
background-color: #BBF465;
}
</style>
border-color css
<style>
span { border-color: #BBF465; }
span { border-color: rgb(187,244,101); }
td.TdClassName
{
border-color: #BBF465;
}
.TagClassName
{
border-color: #BBF465;
}
</style>