Shades of Sulu #BBF36D
Tints of Sulu #BBF36D
RGB
CMYK
RGB Variations
Color information
#BBF36D (or 0xBBF36D) is known color: Sulu. HEX triplet: BB, F3 and 6D. RGB value is (187,243,109). Sum of RGB (Red+Green+Blue) = 187+243+109=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF36D is #440C92. Grayscale: #D3D3D3. Windows color (decimal): -4459667 or 7205819. OLE color: 7205819.
HSL color Cylindrical-coordinate representation of color #BBF36D: hue angle of 85.07º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBF36D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 109 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.05 |
| HSL | 85.07º | 0.85% | 0.69% | - |
| HSV(B) | 85.07º | 0.55% | 0.95% | - |
| XYZ | 55.3 | 75.77 | 26.18 | - |
| YUV | 210.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 109 | 0.23 | 0 | 0.55 | 0.05 | 85.07 | 0.85 | 0.69 |
| Hex | BB | F3 | 6D | 17 | 0 | 37 | 5 | 55 | 55 | 45 |
| Octal | 273 | 363 | 155 | 27 | 0 | 67 | 5 | 125 | 125 | 105 |
| Binary | 10111011 | 11110011 | 1101101 | 10111 | 0 | 110111 | 101 | 1010101 | 1010101 | 1000101 |
Color Harmonies of #BBF36D
Complementary color
Monochromatic Colors of #BBF36D
Black with #BBF36D
Text Example
Text Example
White with #BBF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF36D; }
p { color: rgb(187,243,109); }
H1.HeaderClassName
{
color: #BBF36D;
}
.AnyTagClassName
{
color: #BBF36D;
}
</style>
background-color css
<style>
a { background-color: #BBF36D; }
a { background-color: rgb(187,243,109); }
div.DivClassName
{
background-color: #BBF36D;
}
.BgClassName
{
background-color: #BBF36D;
}
</style>
border-color css
<style>
span { border-color: #BBF36D; }
span { border-color: rgb(187,243,109); }
td.TdClassName
{
border-color: #BBF36D;
}
.TagClassName
{
border-color: #BBF36D;
}
</style>