Shades of Sulu #BBED7D
Tints of Sulu #BBED7D
RGB
CMYK
RGB Variations
Color information
#BBED7D (or 0xBBED7D) is known color: Sulu. HEX triplet: BB, ED and 7D. RGB value is (187,237,125). Sum of RGB (Red+Green+Blue) = 187+237+125=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED7D is #441282. Grayscale: #D1D1D1. Windows color (decimal): -4461187 or 8252859. OLE color: 8252859.
HSL color Cylindrical-coordinate representation of color #BBED7D: hue angle of 86.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBED7D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 125 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.07 |
| HSL | 86.79º | 0.76% | 0.71% | - |
| HSV(B) | 86.79º | 0.47% | 0.93% | - |
| XYZ | 54.48 | 72.61 | 30.55 | - |
| YUV | 209.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 125 | 0.21 | 0 | 0.47 | 0.07 | 86.79 | 0.76 | 0.71 |
| Hex | BB | ED | 7D | 15 | 0 | 2F | 7 | 57 | 4C | 47 |
| Octal | 273 | 355 | 175 | 25 | 0 | 57 | 7 | 127 | 114 | 107 |
| Binary | 10111011 | 11101101 | 1111101 | 10101 | 0 | 101111 | 111 | 1010111 | 1001100 | 1000111 |
Color Harmonies of #BBED7D
Complementary color
Monochromatic Colors of #BBED7D
Black with #BBED7D
Text Example
Text Example
White with #BBED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED7D; }
p { color: rgb(187,237,125); }
H1.HeaderClassName
{
color: #BBED7D;
}
.AnyTagClassName
{
color: #BBED7D;
}
</style>
background-color css
<style>
a { background-color: #BBED7D; }
a { background-color: rgb(187,237,125); }
div.DivClassName
{
background-color: #BBED7D;
}
.BgClassName
{
background-color: #BBED7D;
}
</style>
border-color css
<style>
span { border-color: #BBED7D; }
span { border-color: rgb(187,237,125); }
td.TdClassName
{
border-color: #BBED7D;
}
.TagClassName
{
border-color: #BBED7D;
}
</style>