Shades of Sulu #B2FC81
Tints of Sulu #B2FC81
RGB
CMYK
RGB Variations
Color information
#B2FC81 (or 0xB2FC81) is known color: Sulu. HEX triplet: B2, FC and 81. RGB value is (178,252,129). Sum of RGB (Red+Green+Blue) = 178+252+129=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FC81 is #4D037E. Grayscale: #D8D8D8. Windows color (decimal): -5047167 or 8518834. OLE color: 8518834.
HSL color Cylindrical-coordinate representation of color #B2FC81: hue angle of 96.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2FC81 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 129 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.01 |
| HSL | 96.1º | 0.95% | 0.75% | - |
| HSV(B) | 96.1º | 0.49% | 0.99% | - |
| XYZ | 57.13 | 80.67 | 33.33 | - |
| YUV | 215.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 129 | 0.29 | 0 | 0.49 | 0.01 | 96.1 | 0.95 | 0.75 |
| Hex | B2 | FC | 81 | 1D | 0 | 31 | 1 | 60 | 5F | 4B |
| Octal | 262 | 374 | 201 | 35 | 0 | 61 | 1 | 140 | 137 | 113 |
| Binary | 10110010 | 11111100 | 10000001 | 11101 | 0 | 110001 | 1 | 1100000 | 1011111 | 1001011 |
Color Harmonies of #B2FC81
Complementary color
Monochromatic Colors of #B2FC81
Black with #B2FC81
Text Example
Text Example
White with #B2FC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC81; }
p { color: rgb(178,252,129); }
H1.HeaderClassName
{
color: #B2FC81;
}
.AnyTagClassName
{
color: #B2FC81;
}
</style>
background-color css
<style>
a { background-color: #B2FC81; }
a { background-color: rgb(178,252,129); }
div.DivClassName
{
background-color: #B2FC81;
}
.BgClassName
{
background-color: #B2FC81;
}
</style>
border-color css
<style>
span { border-color: #B2FC81; }
span { border-color: rgb(178,252,129); }
td.TdClassName
{
border-color: #B2FC81;
}
.TagClassName
{
border-color: #B2FC81;
}
</style>