Shades of Sulu #BBFD7A
Tints of Sulu #BBFD7A
RGB
CMYK
RGB Variations
Color information
#BBFD7A (or 0xBBFD7A) is known color: Sulu. HEX triplet: BB, FD and 7A. RGB value is (187,253,122). Sum of RGB (Red+Green+Blue) = 187+253+122=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7A is #440285. Grayscale: #DADADA. Windows color (decimal): -4457094 or 8060347. OLE color: 8060347.
HSL color Cylindrical-coordinate representation of color #BBFD7A: hue angle of 90.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBFD7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 122 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.01 |
| HSL | 90.23º | 0.97% | 0.74% | - |
| HSV(B) | 90.23º | 0.52% | 0.99% | - |
| XYZ | 59.13 | 82.22 | 31.17 | - |
| YUV | 218.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 122 | 0.26 | 0 | 0.52 | 0.01 | 90.23 | 0.97 | 0.74 |
| Hex | BB | FD | 7A | 1A | 0 | 34 | 1 | 5A | 61 | 4A |
| Octal | 273 | 375 | 172 | 32 | 0 | 64 | 1 | 132 | 141 | 112 |
| Binary | 10111011 | 11111101 | 1111010 | 11010 | 0 | 110100 | 1 | 1011010 | 1100001 | 1001010 |
Color Harmonies of #BBFD7A
Complementary color
Monochromatic Colors of #BBFD7A
Black with #BBFD7A
Text Example
Text Example
White with #BBFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD7A; }
p { color: rgb(187,253,122); }
H1.HeaderClassName
{
color: #BBFD7A;
}
.AnyTagClassName
{
color: #BBFD7A;
}
</style>
background-color css
<style>
a { background-color: #BBFD7A; }
a { background-color: rgb(187,253,122); }
div.DivClassName
{
background-color: #BBFD7A;
}
.BgClassName
{
background-color: #BBFD7A;
}
</style>
border-color css
<style>
span { border-color: #BBFD7A; }
span { border-color: rgb(187,253,122); }
td.TdClassName
{
border-color: #BBFD7A;
}
.TagClassName
{
border-color: #BBFD7A;
}
</style>