Shades of Sulu #BBF48A
Tints of Sulu #BBF48A
RGB
CMYK
RGB Variations
Color information
#BBF48A (or 0xBBF48A) is known color: Sulu. HEX triplet: BB, F4 and 8A. RGB value is (187,244,138). Sum of RGB (Red+Green+Blue) = 187+244+138=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF48A is #440B75. Grayscale: #D7D7D7. Windows color (decimal): -4459382 or 9106619. OLE color: 9106619.
HSL color Cylindrical-coordinate representation of color #BBF48A: hue angle of 92.26º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF48A is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 138 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.04 |
| HSL | 92.26º | 0.83% | 0.75% | - |
| HSV(B) | 92.26º | 0.43% | 0.96% | - |
| XYZ | 57.43 | 77.1 | 35.9 | - |
| YUV | 214.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 138 | 0.23 | 0 | 0.43 | 0.04 | 92.26 | 0.83 | 0.75 |
| Hex | BB | F4 | 8A | 17 | 0 | 2B | 4 | 5C | 53 | 4B |
| Octal | 273 | 364 | 212 | 27 | 0 | 53 | 4 | 134 | 123 | 113 |
| Binary | 10111011 | 11110100 | 10001010 | 10111 | 0 | 101011 | 100 | 1011100 | 1010011 | 1001011 |
Color Harmonies of #BBF48A
Complementary color
Monochromatic Colors of #BBF48A
Black with #BBF48A
Text Example
Text Example
White with #BBF48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF48A; }
p { color: rgb(187,244,138); }
H1.HeaderClassName
{
color: #BBF48A;
}
.AnyTagClassName
{
color: #BBF48A;
}
</style>
background-color css
<style>
a { background-color: #BBF48A; }
a { background-color: rgb(187,244,138); }
div.DivClassName
{
background-color: #BBF48A;
}
.BgClassName
{
background-color: #BBF48A;
}
</style>
border-color css
<style>
span { border-color: #BBF48A; }
span { border-color: rgb(187,244,138); }
td.TdClassName
{
border-color: #BBF48A;
}
.TagClassName
{
border-color: #BBF48A;
}
</style>