Shades of Sulu #B2F17B
Tints of Sulu #B2F17B
RGB
CMYK
RGB Variations
Color information
#B2F17B (or 0xB2F17B) is known color: Sulu. HEX triplet: B2, F1 and 7B. RGB value is (178,241,123). Sum of RGB (Red+Green+Blue) = 178+241+123=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F17B is #4D0E84. Grayscale: #D1D1D1. Windows color (decimal): -5049989 or 8122802. OLE color: 8122802.
HSL color Cylindrical-coordinate representation of color #B2F17B: hue angle of 92.03º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2F17B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 123 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.05 |
| HSL | 92.03º | 0.81% | 0.71% | - |
| HSV(B) | 92.03º | 0.49% | 0.95% | - |
| XYZ | 53.39 | 73.81 | 30.17 | - |
| YUV | 208.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 123 | 0.26 | 0 | 0.49 | 0.05 | 92.03 | 0.81 | 0.71 |
| Hex | B2 | F1 | 7B | 1A | 0 | 31 | 5 | 5C | 51 | 47 |
| Octal | 262 | 361 | 173 | 32 | 0 | 61 | 5 | 134 | 121 | 107 |
| Binary | 10110010 | 11110001 | 1111011 | 11010 | 0 | 110001 | 101 | 1011100 | 1010001 | 1000111 |
Color Harmonies of #B2F17B
Complementary color
Monochromatic Colors of #B2F17B
Black with #B2F17B
Text Example
Text Example
White with #B2F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F17B; }
p { color: rgb(178,241,123); }
H1.HeaderClassName
{
color: #B2F17B;
}
.AnyTagClassName
{
color: #B2F17B;
}
</style>
background-color css
<style>
a { background-color: #B2F17B; }
a { background-color: rgb(178,241,123); }
div.DivClassName
{
background-color: #B2F17B;
}
.BgClassName
{
background-color: #B2F17B;
}
</style>
border-color css
<style>
span { border-color: #B2F17B; }
span { border-color: rgb(178,241,123); }
td.TdClassName
{
border-color: #B2F17B;
}
.TagClassName
{
border-color: #B2F17B;
}
</style>