Shades of Sulu #B2F679
Tints of Sulu #B2F679
RGB
CMYK
RGB Variations
Color information
#B2F679 (or 0xB2F679) is known color: Sulu. HEX triplet: B2, F6 and 79. RGB value is (178,246,121). Sum of RGB (Red+Green+Blue) = 178+246+121=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F679 is #4D0986. Grayscale: #D3D3D3. Windows color (decimal): -5048711 or 7993010. OLE color: 7993010.
HSL color Cylindrical-coordinate representation of color #B2F679: hue angle of 92.64º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2F679 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 121 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.04 |
| HSL | 92.64º | 0.87% | 0.72% | - |
| HSV(B) | 92.64º | 0.51% | 0.96% | - |
| XYZ | 54.77 | 76.76 | 30.02 | - |
| YUV | 211.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 121 | 0.28 | 0 | 0.51 | 0.04 | 92.64 | 0.87 | 0.72 |
| Hex | B2 | F6 | 79 | 1C | 0 | 33 | 4 | 5D | 57 | 48 |
| Octal | 262 | 366 | 171 | 34 | 0 | 63 | 4 | 135 | 127 | 110 |
| Binary | 10110010 | 11110110 | 1111001 | 11100 | 0 | 110011 | 100 | 1011101 | 1010111 | 1001000 |
Color Harmonies of #B2F679
Complementary color
Monochromatic Colors of #B2F679
Black with #B2F679
Text Example
Text Example
White with #B2F679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F679; }
p { color: rgb(178,246,121); }
H1.HeaderClassName
{
color: #B2F679;
}
.AnyTagClassName
{
color: #B2F679;
}
</style>
background-color css
<style>
a { background-color: #B2F679; }
a { background-color: rgb(178,246,121); }
div.DivClassName
{
background-color: #B2F679;
}
.BgClassName
{
background-color: #B2F679;
}
</style>
border-color css
<style>
span { border-color: #B2F679; }
span { border-color: rgb(178,246,121); }
td.TdClassName
{
border-color: #B2F679;
}
.TagClassName
{
border-color: #B2F679;
}
</style>