Shades of Sulu #B2FA6E
Tints of Sulu #B2FA6E
RGB
CMYK
RGB Variations
Color information
#B2FA6E (or 0xB2FA6E) is known color: Sulu. HEX triplet: B2, FA and 6E. RGB value is (178,250,110). Sum of RGB (Red+Green+Blue) = 178+250+110=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA6E is #4D0591. Grayscale: #D5D5D5. Windows color (decimal): -5047698 or 7273138. OLE color: 7273138.
HSL color Cylindrical-coordinate representation of color #B2FA6E: hue angle of 90.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2FA6E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 110 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.02 |
| HSL | 90.86º | 0.93% | 0.71% | - |
| HSV(B) | 90.86º | 0.56% | 0.98% | - |
| XYZ | 55.36 | 78.96 | 27.08 | - |
| YUV | 212.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 110 | 0.29 | 0 | 0.56 | 0.02 | 90.86 | 0.93 | 0.71 |
| Hex | B2 | FA | 6E | 1D | 0 | 38 | 2 | 5B | 5D | 47 |
| Octal | 262 | 372 | 156 | 35 | 0 | 70 | 2 | 133 | 135 | 107 |
| Binary | 10110010 | 11111010 | 1101110 | 11101 | 0 | 111000 | 10 | 1011011 | 1011101 | 1000111 |
Color Harmonies of #B2FA6E
Complementary color
Monochromatic Colors of #B2FA6E
Black with #B2FA6E
Text Example
Text Example
White with #B2FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA6E; }
p { color: rgb(178,250,110); }
H1.HeaderClassName
{
color: #B2FA6E;
}
.AnyTagClassName
{
color: #B2FA6E;
}
</style>
background-color css
<style>
a { background-color: #B2FA6E; }
a { background-color: rgb(178,250,110); }
div.DivClassName
{
background-color: #B2FA6E;
}
.BgClassName
{
background-color: #B2FA6E;
}
</style>
border-color css
<style>
span { border-color: #B2FA6E; }
span { border-color: rgb(178,250,110); }
td.TdClassName
{
border-color: #B2FA6E;
}
.TagClassName
{
border-color: #B2FA6E;
}
</style>