Shades of Sulu #B2F17E
Tints of Sulu #B2F17E
RGB
CMYK
RGB Variations
Color information
#B2F17E (or 0xB2F17E) is known color: Sulu. HEX triplet: B2, F1 and 7E. RGB value is (178,241,126). Sum of RGB (Red+Green+Blue) = 178+241+126=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F17E is #4D0E81. Grayscale: #D1D1D1. Windows color (decimal): -5049986 or 8319410. OLE color: 8319410.
HSL color Cylindrical-coordinate representation of color #B2F17E: hue angle of 92.87º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F17E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 126 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.05 |
| HSL | 92.87º | 0.8% | 0.72% | - |
| HSV(B) | 92.87º | 0.48% | 0.95% | - |
| XYZ | 53.58 | 73.88 | 31.18 | - |
| YUV | 209.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 126 | 0.26 | 0 | 0.48 | 0.05 | 92.87 | 0.8 | 0.72 |
| Hex | B2 | F1 | 7E | 1A | 0 | 30 | 5 | 5D | 50 | 48 |
| Octal | 262 | 361 | 176 | 32 | 0 | 60 | 5 | 135 | 120 | 110 |
| Binary | 10110010 | 11110001 | 1111110 | 11010 | 0 | 110000 | 101 | 1011101 | 1010000 | 1001000 |
Color Harmonies of #B2F17E
Complementary color
Monochromatic Colors of #B2F17E
Black with #B2F17E
Text Example
Text Example
White with #B2F17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F17E; }
p { color: rgb(178,241,126); }
H1.HeaderClassName
{
color: #B2F17E;
}
.AnyTagClassName
{
color: #B2F17E;
}
</style>
background-color css
<style>
a { background-color: #B2F17E; }
a { background-color: rgb(178,241,126); }
div.DivClassName
{
background-color: #B2F17E;
}
.BgClassName
{
background-color: #B2F17E;
}
</style>
border-color css
<style>
span { border-color: #B2F17E; }
span { border-color: rgb(178,241,126); }
td.TdClassName
{
border-color: #B2F17E;
}
.TagClassName
{
border-color: #B2F17E;
}
</style>