Shades of Sulu #B2FB7A
Tints of Sulu #B2FB7A
RGB
CMYK
RGB Variations
Color information
#B2FB7A (or 0xB2FB7A) is known color: Sulu. HEX triplet: B2, FB and 7A. RGB value is (178,251,122). Sum of RGB (Red+Green+Blue) = 178+251+122=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB7A is #4D0485. Grayscale: #D6D6D6. Windows color (decimal): -5047430 or 8059826. OLE color: 8059826.
HSL color Cylindrical-coordinate representation of color #B2FB7A: hue angle of 93.95º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2FB7A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 122 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.02 |
| HSL | 93.95º | 0.94% | 0.73% | - |
| HSV(B) | 93.95º | 0.51% | 0.98% | - |
| XYZ | 56.37 | 79.86 | 30.86 | - |
| YUV | 214.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 122 | 0.29 | 0 | 0.51 | 0.02 | 93.95 | 0.94 | 0.73 |
| Hex | B2 | FB | 7A | 1D | 0 | 33 | 2 | 5E | 5E | 49 |
| Octal | 262 | 373 | 172 | 35 | 0 | 63 | 2 | 136 | 136 | 111 |
| Binary | 10110010 | 11111011 | 1111010 | 11101 | 0 | 110011 | 10 | 1011110 | 1011110 | 1001001 |
Color Harmonies of #B2FB7A
Complementary color
Monochromatic Colors of #B2FB7A
Black with #B2FB7A
Text Example
Text Example
White with #B2FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB7A; }
p { color: rgb(178,251,122); }
H1.HeaderClassName
{
color: #B2FB7A;
}
.AnyTagClassName
{
color: #B2FB7A;
}
</style>
background-color css
<style>
a { background-color: #B2FB7A; }
a { background-color: rgb(178,251,122); }
div.DivClassName
{
background-color: #B2FB7A;
}
.BgClassName
{
background-color: #B2FB7A;
}
</style>
border-color css
<style>
span { border-color: #B2FB7A; }
span { border-color: rgb(178,251,122); }
td.TdClassName
{
border-color: #B2FB7A;
}
.TagClassName
{
border-color: #B2FB7A;
}
</style>