Shades of Sulu #B2FF76
Tints of Sulu #B2FF76
RGB
CMYK
RGB Variations
Color information
#B2FF76 (or 0xB2FF76) is known color: Sulu. HEX triplet: B2, FF and 76. RGB value is (178,255,118). Sum of RGB (Red+Green+Blue) = 178+255+118=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF76 is #4D0089. Grayscale: #D8D8D8. Windows color (decimal): -5046410 or 7798706. OLE color: 7798706.
HSL color Cylindrical-coordinate representation of color #B2FF76: hue angle of 93.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2FF76 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 118 | - |
| CMYK | 0.30 | 0 | 0.54 | 0 |
| HSL | 93.72º | 1% | 0.73% | - |
| HSV(B) | 93.72º | 0.54% | 1% | - |
| XYZ | 57.39 | 82.29 | 30 | - |
| YUV | 216.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 118 | 0.30 | 0 | 0.54 | 0 | 93.72 | 1 | 0.73 |
| Hex | B2 | FF | 76 | 1E | 0 | 36 | 0 | 5E | 64 | 49 |
| Octal | 262 | 377 | 166 | 36 | 0 | 66 | 0 | 136 | 144 | 111 |
| Binary | 10110010 | 11111111 | 1110110 | 11110 | 0 | 110110 | 0 | 1011110 | 1100100 | 1001001 |
Color Harmonies of #B2FF76
Complementary color
Monochromatic Colors of #B2FF76
Black with #B2FF76
Text Example
Text Example
White with #B2FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF76; }
p { color: rgb(178,255,118); }
H1.HeaderClassName
{
color: #B2FF76;
}
.AnyTagClassName
{
color: #B2FF76;
}
</style>
background-color css
<style>
a { background-color: #B2FF76; }
a { background-color: rgb(178,255,118); }
div.DivClassName
{
background-color: #B2FF76;
}
.BgClassName
{
background-color: #B2FF76;
}
</style>
border-color css
<style>
span { border-color: #B2FF76; }
span { border-color: rgb(178,255,118); }
td.TdClassName
{
border-color: #B2FF76;
}
.TagClassName
{
border-color: #B2FF76;
}
</style>