Shades of Sulu #B2FF6E
Tints of Sulu #B2FF6E
RGB
CMYK
RGB Variations
Color information
#B2FF6E (or 0xB2FF6E) is known color: Sulu. HEX triplet: B2, FF and 6E. RGB value is (178,255,110). Sum of RGB (Red+Green+Blue) = 178+255+110=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF6E is #4D0091. Grayscale: #D7D7D7. Windows color (decimal): -5046418 or 7274418. OLE color: 7274418.
HSL color Cylindrical-coordinate representation of color #B2FF6E: hue angle of 91.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2FF6E is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 110 | - |
| CMYK | 0.30 | 0 | 0.57 | 0 |
| HSL | 91.86º | 1% | 0.72% | - |
| HSV(B) | 91.86º | 0.57% | 1% | - |
| XYZ | 56.93 | 82.11 | 27.6 | - |
| YUV | 215.45 | 68.49 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 110 | 0.30 | 0 | 0.57 | 0 | 91.86 | 1 | 0.72 |
| Hex | B2 | FF | 6E | 1E | 0 | 39 | 0 | 5C | 64 | 48 |
| Octal | 262 | 377 | 156 | 36 | 0 | 71 | 0 | 134 | 144 | 110 |
| Binary | 10110010 | 11111111 | 1101110 | 11110 | 0 | 111001 | 0 | 1011100 | 1100100 | 1001000 |
Color Harmonies of #B2FF6E
Complementary color
Monochromatic Colors of #B2FF6E
Black with #B2FF6E
Text Example
Text Example
White with #B2FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF6E; }
p { color: rgb(178,255,110); }
H1.HeaderClassName
{
color: #B2FF6E;
}
.AnyTagClassName
{
color: #B2FF6E;
}
</style>
background-color css
<style>
a { background-color: #B2FF6E; }
a { background-color: rgb(178,255,110); }
div.DivClassName
{
background-color: #B2FF6E;
}
.BgClassName
{
background-color: #B2FF6E;
}
</style>
border-color css
<style>
span { border-color: #B2FF6E; }
span { border-color: rgb(178,255,110); }
td.TdClassName
{
border-color: #B2FF6E;
}
.TagClassName
{
border-color: #B2FF6E;
}
</style>