Shades of Sulu #B2FF8A
Tints of Sulu #B2FF8A
RGB
CMYK
RGB Variations
Color information
#B2FF8A (or 0xB2FF8A) is known color: Sulu. HEX triplet: B2, FF and 8A. RGB value is (178,255,138). Sum of RGB (Red+Green+Blue) = 178+255+138=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FF8A is #4D0075. Grayscale: #DBDBDB. Windows color (decimal): -5046390 or 9109426. OLE color: 9109426.
HSL color Cylindrical-coordinate representation of color #B2FF8A: hue angle of 99.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2FF8A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 138 | - |
| CMYK | 0.30 | 0 | 0.46 | 0 |
| HSL | 99.49º | 1% | 0.77% | - |
| HSV(B) | 99.49º | 0.46% | 1% | - |
| XYZ | 58.71 | 82.82 | 36.94 | - |
| YUV | 218.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 138 | 0.30 | 0 | 0.46 | 0 | 99.49 | 1 | 0.77 |
| Hex | B2 | FF | 8A | 1E | 0 | 2E | 0 | 63 | 64 | 4D |
| Octal | 262 | 377 | 212 | 36 | 0 | 56 | 0 | 143 | 144 | 115 |
| Binary | 10110010 | 11111111 | 10001010 | 11110 | 0 | 101110 | 0 | 1100011 | 1100100 | 1001101 |
Color Harmonies of #B2FF8A
Complementary color
Monochromatic Colors of #B2FF8A
Black with #B2FF8A
Text Example
Text Example
White with #B2FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF8A; }
p { color: rgb(178,255,138); }
H1.HeaderClassName
{
color: #B2FF8A;
}
.AnyTagClassName
{
color: #B2FF8A;
}
</style>
background-color css
<style>
a { background-color: #B2FF8A; }
a { background-color: rgb(178,255,138); }
div.DivClassName
{
background-color: #B2FF8A;
}
.BgClassName
{
background-color: #B2FF8A;
}
</style>
border-color css
<style>
span { border-color: #B2FF8A; }
span { border-color: rgb(178,255,138); }
td.TdClassName
{
border-color: #B2FF8A;
}
.TagClassName
{
border-color: #B2FF8A;
}
</style>