Shades of Sulu #BBFC7D
Tints of Sulu #BBFC7D
RGB
CMYK
RGB Variations
Color information
#BBFC7D (or 0xBBFC7D) is known color: Sulu. HEX triplet: BB, FC and 7D. RGB value is (187,252,125). Sum of RGB (Red+Green+Blue) = 187+252+125=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC7D is #440382. Grayscale: #DADADA. Windows color (decimal): -4457347 or 8256699. OLE color: 8256699.
HSL color Cylindrical-coordinate representation of color #BBFC7D: hue angle of 90.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFC7D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 125 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.01 |
| HSL | 90.71º | 0.95% | 0.74% | - |
| HSV(B) | 90.71º | 0.5% | 0.99% | - |
| XYZ | 59.01 | 81.67 | 32.06 | - |
| YUV | 218.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 125 | 0.26 | 0 | 0.50 | 0.01 | 90.71 | 0.95 | 0.74 |
| Hex | BB | FC | 7D | 1A | 0 | 32 | 1 | 5B | 5F | 4A |
| Octal | 273 | 374 | 175 | 32 | 0 | 62 | 1 | 133 | 137 | 112 |
| Binary | 10111011 | 11111100 | 1111101 | 11010 | 0 | 110010 | 1 | 1011011 | 1011111 | 1001010 |
Color Harmonies of #BBFC7D
Complementary color
Monochromatic Colors of #BBFC7D
Black with #BBFC7D
Text Example
Text Example
White with #BBFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC7D; }
p { color: rgb(187,252,125); }
H1.HeaderClassName
{
color: #BBFC7D;
}
.AnyTagClassName
{
color: #BBFC7D;
}
</style>
background-color css
<style>
a { background-color: #BBFC7D; }
a { background-color: rgb(187,252,125); }
div.DivClassName
{
background-color: #BBFC7D;
}
.BgClassName
{
background-color: #BBFC7D;
}
</style>
border-color css
<style>
span { border-color: #BBFC7D; }
span { border-color: rgb(187,252,125); }
td.TdClassName
{
border-color: #BBFC7D;
}
.TagClassName
{
border-color: #BBFC7D;
}
</style>