Shades of Sulu #B2FF7E
Tints of Sulu #B2FF7E
RGB
CMYK
RGB Variations
Color information
#B2FF7E (or 0xB2FF7E) is known color: Sulu. HEX triplet: B2, FF and 7E. RGB value is (178,255,126). Sum of RGB (Red+Green+Blue) = 178+255+126=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF7E is #4D0081. Grayscale: #D9D9D9. Windows color (decimal): -5046402 or 8322994. OLE color: 8322994.
HSL color Cylindrical-coordinate representation of color #B2FF7E: hue angle of 95.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2FF7E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 126 | - |
| CMYK | 0.30 | 0 | 0.51 | 0 |
| HSL | 95.81º | 1% | 0.75% | - |
| HSV(B) | 95.81º | 0.51% | 1% | - |
| XYZ | 57.89 | 82.49 | 32.61 | - |
| YUV | 217.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 126 | 0.30 | 0 | 0.51 | 0 | 95.81 | 1 | 0.75 |
| Hex | B2 | FF | 7E | 1E | 0 | 33 | 0 | 60 | 64 | 4B |
| Octal | 262 | 377 | 176 | 36 | 0 | 63 | 0 | 140 | 144 | 113 |
| Binary | 10110010 | 11111111 | 1111110 | 11110 | 0 | 110011 | 0 | 1100000 | 1100100 | 1001011 |
Color Harmonies of #B2FF7E
Complementary color
Monochromatic Colors of #B2FF7E
Black with #B2FF7E
Text Example
Text Example
White with #B2FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF7E; }
p { color: rgb(178,255,126); }
H1.HeaderClassName
{
color: #B2FF7E;
}
.AnyTagClassName
{
color: #B2FF7E;
}
</style>
background-color css
<style>
a { background-color: #B2FF7E; }
a { background-color: rgb(178,255,126); }
div.DivClassName
{
background-color: #B2FF7E;
}
.BgClassName
{
background-color: #B2FF7E;
}
</style>
border-color css
<style>
span { border-color: #B2FF7E; }
span { border-color: rgb(178,255,126); }
td.TdClassName
{
border-color: #B2FF7E;
}
.TagClassName
{
border-color: #B2FF7E;
}
</style>