Shades of Sulu #BBFD7D
Tints of Sulu #BBFD7D
RGB
CMYK
RGB Variations
Color information
#BBFD7D (or 0xBBFD7D) is known color: Sulu. HEX triplet: BB, FD and 7D. RGB value is (187,253,125). Sum of RGB (Red+Green+Blue) = 187+253+125=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7D is #440282. Grayscale: #DBDBDB. Windows color (decimal): -4457091 or 8256955. OLE color: 8256955.
HSL color Cylindrical-coordinate representation of color #BBFD7D: hue angle of 90.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBFD7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 125 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 90.94º | 0.97% | 0.74% | - |
| HSV(B) | 90.94º | 0.51% | 0.99% | - |
| XYZ | 59.32 | 82.3 | 32.16 | - |
| YUV | 218.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 125 | 0.26 | 0 | 0.51 | 0.01 | 90.94 | 0.97 | 0.74 |
| Hex | BB | FD | 7D | 1A | 0 | 33 | 1 | 5B | 61 | 4A |
| Octal | 273 | 375 | 175 | 32 | 0 | 63 | 1 | 133 | 141 | 112 |
| Binary | 10111011 | 11111101 | 1111101 | 11010 | 0 | 110011 | 1 | 1011011 | 1100001 | 1001010 |
Color Harmonies of #BBFD7D
Complementary color
Monochromatic Colors of #BBFD7D
Black with #BBFD7D
Text Example
Text Example
White with #BBFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD7D; }
p { color: rgb(187,253,125); }
H1.HeaderClassName
{
color: #BBFD7D;
}
.AnyTagClassName
{
color: #BBFD7D;
}
</style>
background-color css
<style>
a { background-color: #BBFD7D; }
a { background-color: rgb(187,253,125); }
div.DivClassName
{
background-color: #BBFD7D;
}
.BgClassName
{
background-color: #BBFD7D;
}
</style>
border-color css
<style>
span { border-color: #BBFD7D; }
span { border-color: rgb(187,253,125); }
td.TdClassName
{
border-color: #BBFD7D;
}
.TagClassName
{
border-color: #BBFD7D;
}
</style>