Shades of Sulu #B2FB7E
Tints of Sulu #B2FB7E
RGB
CMYK
RGB Variations
Color information
#B2FB7E (or 0xB2FB7E) is known color: Sulu. HEX triplet: B2, FB and 7E. RGB value is (178,251,126). Sum of RGB (Red+Green+Blue) = 178+251+126=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB7E is #4D0481. Grayscale: #D7D7D7. Windows color (decimal): -5047426 or 8321970. OLE color: 8321970.
HSL color Cylindrical-coordinate representation of color #B2FB7E: hue angle of 95.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2FB7E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 126 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.02 |
| HSL | 95.04º | 0.94% | 0.74% | - |
| HSV(B) | 95.04º | 0.5% | 0.98% | - |
| XYZ | 56.62 | 79.97 | 32.19 | - |
| YUV | 214.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 126 | 0.29 | 0 | 0.50 | 0.02 | 95.04 | 0.94 | 0.74 |
| Hex | B2 | FB | 7E | 1D | 0 | 32 | 2 | 5F | 5E | 4A |
| Octal | 262 | 373 | 176 | 35 | 0 | 62 | 2 | 137 | 136 | 112 |
| Binary | 10110010 | 11111011 | 1111110 | 11101 | 0 | 110010 | 10 | 1011111 | 1011110 | 1001010 |
Color Harmonies of #B2FB7E
Complementary color
Monochromatic Colors of #B2FB7E
Black with #B2FB7E
Text Example
Text Example
White with #B2FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB7E; }
p { color: rgb(178,251,126); }
H1.HeaderClassName
{
color: #B2FB7E;
}
.AnyTagClassName
{
color: #B2FB7E;
}
</style>
background-color css
<style>
a { background-color: #B2FB7E; }
a { background-color: rgb(178,251,126); }
div.DivClassName
{
background-color: #B2FB7E;
}
.BgClassName
{
background-color: #B2FB7E;
}
</style>
border-color css
<style>
span { border-color: #B2FB7E; }
span { border-color: rgb(178,251,126); }
td.TdClassName
{
border-color: #B2FB7E;
}
.TagClassName
{
border-color: #B2FB7E;
}
</style>