Shades of Sulu #BBFA7D
Tints of Sulu #BBFA7D
RGB
CMYK
RGB Variations
Color information
#BBFA7D (or 0xBBFA7D) is known color: Sulu. HEX triplet: BB, FA and 7D. RGB value is (187,250,125). Sum of RGB (Red+Green+Blue) = 187+250+125=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFA7D is #440582. Grayscale: #D9D9D9. Windows color (decimal): -4457859 or 8256187. OLE color: 8256187.
HSL color Cylindrical-coordinate representation of color #BBFA7D: hue angle of 90.24º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFA7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 125 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.02 |
| HSL | 90.24º | 0.93% | 0.74% | - |
| HSV(B) | 90.24º | 0.5% | 0.98% | - |
| XYZ | 58.38 | 80.42 | 31.85 | - |
| YUV | 216.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 125 | 0.25 | 0 | 0.50 | 0.02 | 90.24 | 0.93 | 0.74 |
| Hex | BB | FA | 7D | 19 | 0 | 32 | 2 | 5A | 5D | 4A |
| Octal | 273 | 372 | 175 | 31 | 0 | 62 | 2 | 132 | 135 | 112 |
| Binary | 10111011 | 11111010 | 1111101 | 11001 | 0 | 110010 | 10 | 1011010 | 1011101 | 1001010 |
Color Harmonies of #BBFA7D
Complementary color
Monochromatic Colors of #BBFA7D
Black with #BBFA7D
Text Example
Text Example
White with #BBFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFA7D; }
p { color: rgb(187,250,125); }
H1.HeaderClassName
{
color: #BBFA7D;
}
.AnyTagClassName
{
color: #BBFA7D;
}
</style>
background-color css
<style>
a { background-color: #BBFA7D; }
a { background-color: rgb(187,250,125); }
div.DivClassName
{
background-color: #BBFA7D;
}
.BgClassName
{
background-color: #BBFA7D;
}
</style>
border-color css
<style>
span { border-color: #BBFA7D; }
span { border-color: rgb(187,250,125); }
td.TdClassName
{
border-color: #BBFA7D;
}
.TagClassName
{
border-color: #BBFA7D;
}
</style>