Shades of Sulu #B2FE6E
Tints of Sulu #B2FE6E
RGB
CMYK
RGB Variations
Color information
#B2FE6E (or 0xB2FE6E) is known color: Sulu. HEX triplet: B2, FE and 6E. RGB value is (178,254,110). Sum of RGB (Red+Green+Blue) = 178+254+110=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE6E is #4D0191. Grayscale: #D7D7D7. Windows color (decimal): -5046674 or 7274162. OLE color: 7274162.
HSL color Cylindrical-coordinate representation of color #B2FE6E: hue angle of 91.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2FE6E is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 110 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.00 |
| HSL | 91.67º | 0.99% | 0.71% | - |
| HSV(B) | 91.67º | 0.57% | 1% | - |
| XYZ | 56.62 | 81.47 | 27.49 | - |
| YUV | 214.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 110 | 0.30 | 0 | 0.57 | 0.00 | 91.67 | 0.99 | 0.71 |
| Hex | B2 | FE | 6E | 1E | 0 | 39 | 0 | 5C | 63 | 47 |
| Octal | 262 | 376 | 156 | 36 | 0 | 71 | 0 | 134 | 143 | 107 |
| Binary | 10110010 | 11111110 | 1101110 | 11110 | 0 | 111001 | 0 | 1011100 | 1100011 | 1000111 |
Color Harmonies of #B2FE6E
Complementary color
Monochromatic Colors of #B2FE6E
Black with #B2FE6E
Text Example
Text Example
White with #B2FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE6E; }
p { color: rgb(178,254,110); }
H1.HeaderClassName
{
color: #B2FE6E;
}
.AnyTagClassName
{
color: #B2FE6E;
}
</style>
background-color css
<style>
a { background-color: #B2FE6E; }
a { background-color: rgb(178,254,110); }
div.DivClassName
{
background-color: #B2FE6E;
}
.BgClassName
{
background-color: #B2FE6E;
}
</style>
border-color css
<style>
span { border-color: #B2FE6E; }
span { border-color: rgb(178,254,110); }
td.TdClassName
{
border-color: #B2FE6E;
}
.TagClassName
{
border-color: #B2FE6E;
}
</style>