Shades of Sulu #B2F784
Tints of Sulu #B2F784
RGB
CMYK
RGB Variations
Color information
#B2F784 (or 0xB2F784) is known color: Sulu. HEX triplet: B2, F7 and 84. RGB value is (178,247,132). Sum of RGB (Red+Green+Blue) = 178+247+132=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F784 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F784 is #4D087B. Grayscale: #D5D5D5. Windows color (decimal): -5048444 or 8714162. OLE color: 8714162.
HSL color Cylindrical-coordinate representation of color #B2F784: hue angle of 96º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F784 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 132 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.03 |
| HSL | 96º | 0.88% | 0.74% | - |
| HSV(B) | 96º | 0.47% | 0.97% | - |
| XYZ | 55.79 | 77.65 | 33.88 | - |
| YUV | 213.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 132 | 0.28 | 0 | 0.47 | 0.03 | 96 | 0.88 | 0.74 |
| Hex | B2 | F7 | 84 | 1C | 0 | 2F | 3 | 60 | 58 | 4A |
| Octal | 262 | 367 | 204 | 34 | 0 | 57 | 3 | 140 | 130 | 112 |
| Binary | 10110010 | 11110111 | 10000100 | 11100 | 0 | 101111 | 11 | 1100000 | 1011000 | 1001010 |
Color Harmonies of #B2F784
Complementary color
Monochromatic Colors of #B2F784
Black with #B2F784
Text Example
Text Example
White with #B2F784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F784; }
p { color: rgb(178,247,132); }
H1.HeaderClassName
{
color: #B2F784;
}
.AnyTagClassName
{
color: #B2F784;
}
</style>
background-color css
<style>
a { background-color: #B2F784; }
a { background-color: rgb(178,247,132); }
div.DivClassName
{
background-color: #B2F784;
}
.BgClassName
{
background-color: #B2F784;
}
</style>
border-color css
<style>
span { border-color: #B2F784; }
span { border-color: rgb(178,247,132); }
td.TdClassName
{
border-color: #B2F784;
}
.TagClassName
{
border-color: #B2F784;
}
</style>