Shades of Sulu #B2F56F
Tints of Sulu #B2F56F
RGB
CMYK
RGB Variations
Color information
#B2F56F (or 0xB2F56F) is known color: Sulu. HEX triplet: B2, F5 and 6F. RGB value is (178,245,111). Sum of RGB (Red+Green+Blue) = 178+245+111=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F56F is #4D0A90. Grayscale: #D2D2D2. Windows color (decimal): -5048977 or 7337394. OLE color: 7337394.
HSL color Cylindrical-coordinate representation of color #B2F56F: hue angle of 90º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2F56F is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 111 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.04 |
| HSL | 90º | 0.87% | 0.7% | - |
| HSV(B) | 90º | 0.55% | 0.96% | - |
| XYZ | 53.88 | 75.92 | 26.85 | - |
| YUV | 209.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 111 | 0.27 | 0 | 0.55 | 0.04 | 90 | 0.87 | 0.7 |
| Hex | B2 | F5 | 6F | 1B | 0 | 37 | 4 | 5A | 57 | 46 |
| Octal | 262 | 365 | 157 | 33 | 0 | 67 | 4 | 132 | 127 | 106 |
| Binary | 10110010 | 11110101 | 1101111 | 11011 | 0 | 110111 | 100 | 1011010 | 1010111 | 1000110 |
Color Harmonies of #B2F56F
Complementary color
Monochromatic Colors of #B2F56F
Black with #B2F56F
Text Example
Text Example
White with #B2F56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F56F; }
p { color: rgb(178,245,111); }
H1.HeaderClassName
{
color: #B2F56F;
}
.AnyTagClassName
{
color: #B2F56F;
}
</style>
background-color css
<style>
a { background-color: #B2F56F; }
a { background-color: rgb(178,245,111); }
div.DivClassName
{
background-color: #B2F56F;
}
.BgClassName
{
background-color: #B2F56F;
}
</style>
border-color css
<style>
span { border-color: #B2F56F; }
span { border-color: rgb(178,245,111); }
td.TdClassName
{
border-color: #B2F56F;
}
.TagClassName
{
border-color: #B2F56F;
}
</style>