Shades of Sulu #B2F67C
Tints of Sulu #B2F67C
RGB
CMYK
RGB Variations
Color information
#B2F67C (or 0xB2F67C) is known color: Sulu. HEX triplet: B2, F6 and 7C. RGB value is (178,246,124). Sum of RGB (Red+Green+Blue) = 178+246+124=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F67C is #4D0983. Grayscale: #D4D4D4. Windows color (decimal): -5048708 or 8189618. OLE color: 8189618.
HSL color Cylindrical-coordinate representation of color #B2F67C: hue angle of 93.44º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2F67C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 124 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.04 |
| HSL | 93.44º | 0.87% | 0.73% | - |
| HSV(B) | 93.44º | 0.5% | 0.96% | - |
| XYZ | 54.95 | 76.83 | 31 | - |
| YUV | 211.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 124 | 0.28 | 0 | 0.50 | 0.04 | 93.44 | 0.87 | 0.73 |
| Hex | B2 | F6 | 7C | 1C | 0 | 32 | 4 | 5D | 57 | 49 |
| Octal | 262 | 366 | 174 | 34 | 0 | 62 | 4 | 135 | 127 | 111 |
| Binary | 10110010 | 11110110 | 1111100 | 11100 | 0 | 110010 | 100 | 1011101 | 1010111 | 1001001 |
Color Harmonies of #B2F67C
Complementary color
Monochromatic Colors of #B2F67C
Black with #B2F67C
Text Example
Text Example
White with #B2F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F67C; }
p { color: rgb(178,246,124); }
H1.HeaderClassName
{
color: #B2F67C;
}
.AnyTagClassName
{
color: #B2F67C;
}
</style>
background-color css
<style>
a { background-color: #B2F67C; }
a { background-color: rgb(178,246,124); }
div.DivClassName
{
background-color: #B2F67C;
}
.BgClassName
{
background-color: #B2F67C;
}
</style>
border-color css
<style>
span { border-color: #B2F67C; }
span { border-color: rgb(178,246,124); }
td.TdClassName
{
border-color: #B2F67C;
}
.TagClassName
{
border-color: #B2F67C;
}
</style>