Shades of Sulu #B2FB8A
Tints of Sulu #B2FB8A
RGB
CMYK
RGB Variations
Color information
#B2FB8A (or 0xB2FB8A) is known color: Sulu. HEX triplet: B2, FB and 8A. RGB value is (178,251,138). Sum of RGB (Red+Green+Blue) = 178+251+138=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FB8A is #4D0475. Grayscale: #D8D8D8. Windows color (decimal): -5047414 or 9108402. OLE color: 9108402.
HSL color Cylindrical-coordinate representation of color #B2FB8A: hue angle of 98.76º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2FB8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 138 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.02 |
| HSL | 98.76º | 0.93% | 0.76% | - |
| HSV(B) | 98.76º | 0.45% | 0.98% | - |
| XYZ | 57.44 | 80.29 | 36.52 | - |
| YUV | 216.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 138 | 0.29 | 0 | 0.45 | 0.02 | 98.76 | 0.93 | 0.76 |
| Hex | B2 | FB | 8A | 1D | 0 | 2D | 2 | 63 | 5D | 4C |
| Octal | 262 | 373 | 212 | 35 | 0 | 55 | 2 | 143 | 135 | 114 |
| Binary | 10110010 | 11111011 | 10001010 | 11101 | 0 | 101101 | 10 | 1100011 | 1011101 | 1001100 |
Color Harmonies of #B2FB8A
Complementary color
Monochromatic Colors of #B2FB8A
Black with #B2FB8A
Text Example
Text Example
White with #B2FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB8A; }
p { color: rgb(178,251,138); }
H1.HeaderClassName
{
color: #B2FB8A;
}
.AnyTagClassName
{
color: #B2FB8A;
}
</style>
background-color css
<style>
a { background-color: #B2FB8A; }
a { background-color: rgb(178,251,138); }
div.DivClassName
{
background-color: #B2FB8A;
}
.BgClassName
{
background-color: #B2FB8A;
}
</style>
border-color css
<style>
span { border-color: #B2FB8A; }
span { border-color: rgb(178,251,138); }
td.TdClassName
{
border-color: #B2FB8A;
}
.TagClassName
{
border-color: #B2FB8A;
}
</style>