Shades of Sulu #B2F682
Tints of Sulu #B2F682
RGB
CMYK
RGB Variations
Color information
#B2F682 (or 0xB2F682) is known color: Sulu. HEX triplet: B2, F6 and 82. RGB value is (178,246,130). Sum of RGB (Red+Green+Blue) = 178+246+130=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F682 is #4D097D. Grayscale: #D4D4D4. Windows color (decimal): -5048702 or 8582834. OLE color: 8582834.
HSL color Cylindrical-coordinate representation of color #B2F682: hue angle of 95.17º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F682 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 130 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.04 |
| HSL | 95.17º | 0.87% | 0.74% | - |
| HSV(B) | 95.17º | 0.47% | 0.96% | - |
| XYZ | 55.35 | 76.99 | 33.06 | - |
| YUV | 212.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 130 | 0.28 | 0 | 0.47 | 0.04 | 95.17 | 0.87 | 0.74 |
| Hex | B2 | F6 | 82 | 1C | 0 | 2F | 4 | 5F | 57 | 4A |
| Octal | 262 | 366 | 202 | 34 | 0 | 57 | 4 | 137 | 127 | 112 |
| Binary | 10110010 | 11110110 | 10000010 | 11100 | 0 | 101111 | 100 | 1011111 | 1010111 | 1001010 |
Color Harmonies of #B2F682
Complementary color
Monochromatic Colors of #B2F682
Black with #B2F682
Text Example
Text Example
White with #B2F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F682; }
p { color: rgb(178,246,130); }
H1.HeaderClassName
{
color: #B2F682;
}
.AnyTagClassName
{
color: #B2F682;
}
</style>
background-color css
<style>
a { background-color: #B2F682; }
a { background-color: rgb(178,246,130); }
div.DivClassName
{
background-color: #B2F682;
}
.BgClassName
{
background-color: #B2F682;
}
</style>
border-color css
<style>
span { border-color: #B2F682; }
span { border-color: rgb(178,246,130); }
td.TdClassName
{
border-color: #B2F682;
}
.TagClassName
{
border-color: #B2F682;
}
</style>