Shades of Sulu #B2FF6A
Tints of Sulu #B2FF6A
RGB
CMYK
RGB Variations
Color information
#B2FF6A (or 0xB2FF6A) is known color: Sulu. HEX triplet: B2, FF and 6A. RGB value is (178,255,106). Sum of RGB (Red+Green+Blue) = 178+255+106=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF6A is #4D0095. Grayscale: #D7D7D7. Windows color (decimal): -5046422 or 7012274. OLE color: 7012274.
HSL color Cylindrical-coordinate representation of color #B2FF6A: hue angle of 91.01º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2FF6A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 106 | - |
| CMYK | 0.30 | 0 | 0.58 | 0 |
| HSL | 91.01º | 1% | 0.71% | - |
| HSV(B) | 91.01º | 0.58% | 1% | - |
| XYZ | 56.72 | 82.03 | 26.48 | - |
| YUV | 214.99 | 66.49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 106 | 0.30 | 0 | 0.58 | 0 | 91.01 | 1 | 0.71 |
| Hex | B2 | FF | 6A | 1E | 0 | 3A | 0 | 5B | 64 | 47 |
| Octal | 262 | 377 | 152 | 36 | 0 | 72 | 0 | 133 | 144 | 107 |
| Binary | 10110010 | 11111111 | 1101010 | 11110 | 0 | 111010 | 0 | 1011011 | 1100100 | 1000111 |
Color Harmonies of #B2FF6A
Complementary color
Monochromatic Colors of #B2FF6A
Black with #B2FF6A
Text Example
Text Example
White with #B2FF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF6A; }
p { color: rgb(178,255,106); }
H1.HeaderClassName
{
color: #B2FF6A;
}
.AnyTagClassName
{
color: #B2FF6A;
}
</style>
background-color css
<style>
a { background-color: #B2FF6A; }
a { background-color: rgb(178,255,106); }
div.DivClassName
{
background-color: #B2FF6A;
}
.BgClassName
{
background-color: #B2FF6A;
}
</style>
border-color css
<style>
span { border-color: #B2FF6A; }
span { border-color: rgb(178,255,106); }
td.TdClassName
{
border-color: #B2FF6A;
}
.TagClassName
{
border-color: #B2FF6A;
}
</style>