Shades of Sulu #BBFD7C
Tints of Sulu #BBFD7C
RGB
CMYK
RGB Variations
Color information
#BBFD7C (or 0xBBFD7C) is known color: Sulu. HEX triplet: BB, FD and 7C. RGB value is (187,253,124). Sum of RGB (Red+Green+Blue) = 187+253+124=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7C is #440283. Grayscale: #DBDBDB. Windows color (decimal): -4457092 or 8191419. OLE color: 8191419.
HSL color Cylindrical-coordinate representation of color #BBFD7C: hue angle of 90.7º 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 #BBFD7C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 124 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 90.7º | 0.97% | 0.74% | - |
| HSV(B) | 90.7º | 0.51% | 0.99% | - |
| XYZ | 59.26 | 82.27 | 31.83 | - |
| YUV | 218.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 124 | 0.26 | 0 | 0.51 | 0.01 | 90.7 | 0.97 | 0.74 |
| Hex | BB | FD | 7C | 1A | 0 | 33 | 1 | 5B | 61 | 4A |
| Octal | 273 | 375 | 174 | 32 | 0 | 63 | 1 | 133 | 141 | 112 |
| Binary | 10111011 | 11111101 | 1111100 | 11010 | 0 | 110011 | 1 | 1011011 | 1100001 | 1001010 |
Color Harmonies of #BBFD7C
Complementary color
Monochromatic Colors of #BBFD7C
Black with #BBFD7C
Text Example
Text Example
White with #BBFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD7C; }
p { color: rgb(187,253,124); }
H1.HeaderClassName
{
color: #BBFD7C;
}
.AnyTagClassName
{
color: #BBFD7C;
}
</style>
background-color css
<style>
a { background-color: #BBFD7C; }
a { background-color: rgb(187,253,124); }
div.DivClassName
{
background-color: #BBFD7C;
}
.BgClassName
{
background-color: #BBFD7C;
}
</style>
border-color css
<style>
span { border-color: #BBFD7C; }
span { border-color: rgb(187,253,124); }
td.TdClassName
{
border-color: #BBFD7C;
}
.TagClassName
{
border-color: #BBFD7C;
}
</style>