Shades of Sulu #B2FF6C
Tints of Sulu #B2FF6C
RGB
CMYK
RGB Variations
Color information
#B2FF6C (or 0xB2FF6C) is known color: Sulu. HEX triplet: B2, FF and 6C. RGB value is (178,255,108). Sum of RGB (Red+Green+Blue) = 178+255+108=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF6C is #4D0093. Grayscale: #D7D7D7. Windows color (decimal): -5046420 or 7143346. OLE color: 7143346.
HSL color Cylindrical-coordinate representation of color #B2FF6C: hue angle of 91.43º 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 #B2FF6C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 108 | - |
| CMYK | 0.30 | 0 | 0.58 | 0 |
| HSL | 91.43º | 1% | 0.71% | - |
| HSV(B) | 91.43º | 0.58% | 1% | - |
| XYZ | 56.83 | 82.07 | 27.03 | - |
| YUV | 215.22 | 67.49 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 108 | 0.30 | 0 | 0.58 | 0 | 91.43 | 1 | 0.71 |
| Hex | B2 | FF | 6C | 1E | 0 | 3A | 0 | 5B | 64 | 47 |
| Octal | 262 | 377 | 154 | 36 | 0 | 72 | 0 | 133 | 144 | 107 |
| Binary | 10110010 | 11111111 | 1101100 | 11110 | 0 | 111010 | 0 | 1011011 | 1100100 | 1000111 |
Color Harmonies of #B2FF6C
Complementary color
Monochromatic Colors of #B2FF6C
Black with #B2FF6C
Text Example
Text Example
White with #B2FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF6C; }
p { color: rgb(178,255,108); }
H1.HeaderClassName
{
color: #B2FF6C;
}
.AnyTagClassName
{
color: #B2FF6C;
}
</style>
background-color css
<style>
a { background-color: #B2FF6C; }
a { background-color: rgb(178,255,108); }
div.DivClassName
{
background-color: #B2FF6C;
}
.BgClassName
{
background-color: #B2FF6C;
}
</style>
border-color css
<style>
span { border-color: #B2FF6C; }
span { border-color: rgb(178,255,108); }
td.TdClassName
{
border-color: #B2FF6C;
}
.TagClassName
{
border-color: #B2FF6C;
}
</style>