Shades of Sulu #BBF57D
Tints of Sulu #BBF57D
RGB
CMYK
RGB Variations
Color information
#BBF57D (or 0xBBF57D) is known color: Sulu. HEX triplet: BB, F5 and 7D. RGB value is (187,245,125). Sum of RGB (Red+Green+Blue) = 187+245+125=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF57D is #440A82. Grayscale: #D6D6D6. Windows color (decimal): -4459139 or 8254907. OLE color: 8254907.
HSL color Cylindrical-coordinate representation of color #BBF57D: hue angle of 89º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBF57D is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 125 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.04 |
| HSL | 89º | 0.86% | 0.73% | - |
| HSV(B) | 89º | 0.49% | 0.96% | - |
| XYZ | 56.85 | 77.35 | 31.34 | - |
| YUV | 213.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 125 | 0.24 | 0 | 0.49 | 0.04 | 89 | 0.86 | 0.73 |
| Hex | BB | F5 | 7D | 18 | 0 | 31 | 4 | 59 | 56 | 49 |
| Octal | 273 | 365 | 175 | 30 | 0 | 61 | 4 | 131 | 126 | 111 |
| Binary | 10111011 | 11110101 | 1111101 | 11000 | 0 | 110001 | 100 | 1011001 | 1010110 | 1001001 |
Color Harmonies of #BBF57D
Complementary color
Monochromatic Colors of #BBF57D
Black with #BBF57D
Text Example
Text Example
White with #BBF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF57D; }
p { color: rgb(187,245,125); }
H1.HeaderClassName
{
color: #BBF57D;
}
.AnyTagClassName
{
color: #BBF57D;
}
</style>
background-color css
<style>
a { background-color: #BBF57D; }
a { background-color: rgb(187,245,125); }
div.DivClassName
{
background-color: #BBF57D;
}
.BgClassName
{
background-color: #BBF57D;
}
</style>
border-color css
<style>
span { border-color: #BBF57D; }
span { border-color: rgb(187,245,125); }
td.TdClassName
{
border-color: #BBF57D;
}
.TagClassName
{
border-color: #BBF57D;
}
</style>