Shades of Sulu #BBFC7E
Tints of Sulu #BBFC7E
RGB
CMYK
RGB Variations
Color information
#BBFC7E (or 0xBBFC7E) is known color: Sulu. HEX triplet: BB, FC and 7E. RGB value is (187,252,126). Sum of RGB (Red+Green+Blue) = 187+252+126=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC7E is #440381. Grayscale: #DADADA. Windows color (decimal): -4457346 or 8322235. OLE color: 8322235.
HSL color Cylindrical-coordinate representation of color #BBFC7E: hue angle of 90.95º 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 #BBFC7E is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 126 | - |
| CMYK | 0.26 | 0 | 0.5 | 0.01 |
| HSL | 90.95º | 0.95% | 0.74% | - |
| HSV(B) | 90.95º | 0.5% | 0.99% | - |
| XYZ | 59.07 | 81.69 | 32.39 | - |
| YUV | 218.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 126 | 0.26 | 0 | 0.5 | 0.01 | 90.95 | 0.95 | 0.74 |
| Hex | BB | FC | 7E | 1A | 0 | 32 | 1 | 5B | 5F | 4A |
| Octal | 273 | 374 | 176 | 32 | 0 | 62 | 1 | 133 | 137 | 112 |
| Binary | 10111011 | 11111100 | 1111110 | 11010 | 0 | 110010 | 1 | 1011011 | 1011111 | 1001010 |
Color Harmonies of #BBFC7E
Complementary color
Monochromatic Colors of #BBFC7E
Black with #BBFC7E
Text Example
Text Example
White with #BBFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC7E; }
p { color: rgb(187,252,126); }
H1.HeaderClassName
{
color: #BBFC7E;
}
.AnyTagClassName
{
color: #BBFC7E;
}
</style>
background-color css
<style>
a { background-color: #BBFC7E; }
a { background-color: rgb(187,252,126); }
div.DivClassName
{
background-color: #BBFC7E;
}
.BgClassName
{
background-color: #BBFC7E;
}
</style>
border-color css
<style>
span { border-color: #BBFC7E; }
span { border-color: rgb(187,252,126); }
td.TdClassName
{
border-color: #BBFC7E;
}
.TagClassName
{
border-color: #BBFC7E;
}
</style>