Shades of Sulu #B2FA85
Tints of Sulu #B2FA85
RGB
CMYK
RGB Variations
Color information
#B2FA85 (or 0xB2FA85) is known color: Sulu. HEX triplet: B2, FA and 85. RGB value is (178,250,133). Sum of RGB (Red+Green+Blue) = 178+250+133=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA85 is #4D057A. Grayscale: #D7D7D7. Windows color (decimal): -5047675 or 8780466. OLE color: 8780466.
HSL color Cylindrical-coordinate representation of color #B2FA85: hue angle of 96.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2FA85 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 133 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.02 |
| HSL | 96.92º | 0.92% | 0.75% | - |
| HSV(B) | 96.92º | 0.47% | 0.98% | - |
| XYZ | 56.78 | 79.53 | 34.55 | - |
| YUV | 215.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 133 | 0.29 | 0 | 0.47 | 0.02 | 96.92 | 0.92 | 0.75 |
| Hex | B2 | FA | 85 | 1D | 0 | 2F | 2 | 61 | 5C | 4B |
| Octal | 262 | 372 | 205 | 35 | 0 | 57 | 2 | 141 | 134 | 113 |
| Binary | 10110010 | 11111010 | 10000101 | 11101 | 0 | 101111 | 10 | 1100001 | 1011100 | 1001011 |
Color Harmonies of #B2FA85
Complementary color
Monochromatic Colors of #B2FA85
Black with #B2FA85
Text Example
Text Example
White with #B2FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA85; }
p { color: rgb(178,250,133); }
H1.HeaderClassName
{
color: #B2FA85;
}
.AnyTagClassName
{
color: #B2FA85;
}
</style>
background-color css
<style>
a { background-color: #B2FA85; }
a { background-color: rgb(178,250,133); }
div.DivClassName
{
background-color: #B2FA85;
}
.BgClassName
{
background-color: #B2FA85;
}
</style>
border-color css
<style>
span { border-color: #B2FA85; }
span { border-color: rgb(178,250,133); }
td.TdClassName
{
border-color: #B2FA85;
}
.TagClassName
{
border-color: #B2FA85;
}
</style>