Shades of Sulu #B2FC6C
Tints of Sulu #B2FC6C
RGB
CMYK
RGB Variations
Color information
#B2FC6C (or 0xB2FC6C) is known color: Sulu. HEX triplet: B2, FC and 6C. RGB value is (178,252,108). Sum of RGB (Red+Green+Blue) = 178+252+108=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC6C is #4D0393. Grayscale: #D5D5D5. Windows color (decimal): -5047188 or 7142578. OLE color: 7142578.
HSL color Cylindrical-coordinate representation of color #B2FC6C: hue angle of 90.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2FC6C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 108 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.01 |
| HSL | 90.83º | 0.96% | 0.71% | - |
| HSV(B) | 90.83º | 0.57% | 0.99% | - |
| XYZ | 55.88 | 80.17 | 26.72 | - |
| YUV | 213.46 | 68.48 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 108 | 0.29 | 0 | 0.57 | 0.01 | 90.83 | 0.96 | 0.71 |
| Hex | B2 | FC | 6C | 1D | 0 | 39 | 1 | 5B | 60 | 47 |
| Octal | 262 | 374 | 154 | 35 | 0 | 71 | 1 | 133 | 140 | 107 |
| Binary | 10110010 | 11111100 | 1101100 | 11101 | 0 | 111001 | 1 | 1011011 | 1100000 | 1000111 |
Color Harmonies of #B2FC6C
Complementary color
Monochromatic Colors of #B2FC6C
Black with #B2FC6C
Text Example
Text Example
White with #B2FC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC6C; }
p { color: rgb(178,252,108); }
H1.HeaderClassName
{
color: #B2FC6C;
}
.AnyTagClassName
{
color: #B2FC6C;
}
</style>
background-color css
<style>
a { background-color: #B2FC6C; }
a { background-color: rgb(178,252,108); }
div.DivClassName
{
background-color: #B2FC6C;
}
.BgClassName
{
background-color: #B2FC6C;
}
</style>
border-color css
<style>
span { border-color: #B2FC6C; }
span { border-color: rgb(178,252,108); }
td.TdClassName
{
border-color: #B2FC6C;
}
.TagClassName
{
border-color: #B2FC6C;
}
</style>