Shades of Sulu #BBF26E
Tints of Sulu #BBF26E
RGB
CMYK
RGB Variations
Color information
#BBF26E (or 0xBBF26E) is known color: Sulu. HEX triplet: BB, F2 and 6E. RGB value is (187,242,110). Sum of RGB (Red+Green+Blue) = 187+242+110=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF26E is #440D91. Grayscale: #D2D2D2. Windows color (decimal): -4459922 or 7271099. OLE color: 7271099.
HSL color Cylindrical-coordinate representation of color #BBF26E: hue angle of 85º degrees, saturation: 0.84, 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 #BBF26E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 110 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.05 |
| HSL | 85º | 0.84% | 0.69% | - |
| HSV(B) | 85º | 0.55% | 0.95% | - |
| XYZ | 55.06 | 75.19 | 26.36 | - |
| YUV | 210.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 110 | 0.23 | 0 | 0.55 | 0.05 | 85 | 0.84 | 0.69 |
| Hex | BB | F2 | 6E | 17 | 0 | 37 | 5 | 55 | 54 | 45 |
| Octal | 273 | 362 | 156 | 27 | 0 | 67 | 5 | 125 | 124 | 105 |
| Binary | 10111011 | 11110010 | 1101110 | 10111 | 0 | 110111 | 101 | 1010101 | 1010100 | 1000101 |
Color Harmonies of #BBF26E
Complementary color
Monochromatic Colors of #BBF26E
Black with #BBF26E
Text Example
Text Example
White with #BBF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF26E; }
p { color: rgb(187,242,110); }
H1.HeaderClassName
{
color: #BBF26E;
}
.AnyTagClassName
{
color: #BBF26E;
}
</style>
background-color css
<style>
a { background-color: #BBF26E; }
a { background-color: rgb(187,242,110); }
div.DivClassName
{
background-color: #BBF26E;
}
.BgClassName
{
background-color: #BBF26E;
}
</style>
border-color css
<style>
span { border-color: #BBF26E; }
span { border-color: rgb(187,242,110); }
td.TdClassName
{
border-color: #BBF26E;
}
.TagClassName
{
border-color: #BBF26E;
}
</style>