Shades of Sulu #B2FC6B
Tints of Sulu #B2FC6B
RGB
CMYK
RGB Variations
Color information
#B2FC6B (or 0xB2FC6B) is known color: Sulu. HEX triplet: B2, FC and 6B. RGB value is (178,252,107). Sum of RGB (Red+Green+Blue) = 178+252+107=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC6B is #4D0394. Grayscale: #D5D5D5. Windows color (decimal): -5047189 or 7077042. OLE color: 7077042.
HSL color Cylindrical-coordinate representation of color #B2FC6B: hue angle of 90.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2FC6B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 107 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.01 |
| HSL | 90.62º | 0.96% | 0.7% | - |
| HSV(B) | 90.62º | 0.58% | 0.99% | - |
| XYZ | 55.82 | 80.15 | 26.44 | - |
| YUV | 213.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 107 | 0.29 | 0 | 0.58 | 0.01 | 90.62 | 0.96 | 0.7 |
| Hex | B2 | FC | 6B | 1D | 0 | 3A | 1 | 5B | 60 | 46 |
| Octal | 262 | 374 | 153 | 35 | 0 | 72 | 1 | 133 | 140 | 106 |
| Binary | 10110010 | 11111100 | 1101011 | 11101 | 0 | 111010 | 1 | 1011011 | 1100000 | 1000110 |
Color Harmonies of #B2FC6B
Complementary color
Monochromatic Colors of #B2FC6B
Black with #B2FC6B
Text Example
Text Example
White with #B2FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC6B; }
p { color: rgb(178,252,107); }
H1.HeaderClassName
{
color: #B2FC6B;
}
.AnyTagClassName
{
color: #B2FC6B;
}
</style>
background-color css
<style>
a { background-color: #B2FC6B; }
a { background-color: rgb(178,252,107); }
div.DivClassName
{
background-color: #B2FC6B;
}
.BgClassName
{
background-color: #B2FC6B;
}
</style>
border-color css
<style>
span { border-color: #B2FC6B; }
span { border-color: rgb(178,252,107); }
td.TdClassName
{
border-color: #B2FC6B;
}
.TagClassName
{
border-color: #B2FC6B;
}
</style>