Shades of Sulu #B2FA6B
Tints of Sulu #B2FA6B
RGB
CMYK
RGB Variations
Color information
#B2FA6B (or 0xB2FA6B) is known color: Sulu. HEX triplet: B2, FA and 6B. RGB value is (178,250,107). Sum of RGB (Red+Green+Blue) = 178+250+107=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA6B is #4D0594. Grayscale: #D4D4D4. Windows color (decimal): -5047701 or 7076530. OLE color: 7076530.
HSL color Cylindrical-coordinate representation of color #B2FA6B: hue angle of 90.21º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2FA6B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 107 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.02 |
| HSL | 90.21º | 0.93% | 0.7% | - |
| HSV(B) | 90.21º | 0.57% | 0.98% | - |
| XYZ | 55.2 | 78.9 | 26.23 | - |
| YUV | 212.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 107 | 0.29 | 0 | 0.57 | 0.02 | 90.21 | 0.93 | 0.7 |
| Hex | B2 | FA | 6B | 1D | 0 | 39 | 2 | 5A | 5D | 46 |
| Octal | 262 | 372 | 153 | 35 | 0 | 71 | 2 | 132 | 135 | 106 |
| Binary | 10110010 | 11111010 | 1101011 | 11101 | 0 | 111001 | 10 | 1011010 | 1011101 | 1000110 |
Color Harmonies of #B2FA6B
Complementary color
Monochromatic Colors of #B2FA6B
Black with #B2FA6B
Text Example
Text Example
White with #B2FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA6B; }
p { color: rgb(178,250,107); }
H1.HeaderClassName
{
color: #B2FA6B;
}
.AnyTagClassName
{
color: #B2FA6B;
}
</style>
background-color css
<style>
a { background-color: #B2FA6B; }
a { background-color: rgb(178,250,107); }
div.DivClassName
{
background-color: #B2FA6B;
}
.BgClassName
{
background-color: #B2FA6B;
}
</style>
border-color css
<style>
span { border-color: #B2FA6B; }
span { border-color: rgb(178,250,107); }
td.TdClassName
{
border-color: #B2FA6B;
}
.TagClassName
{
border-color: #B2FA6B;
}
</style>