Shades of Sulu #B2F479
Tints of Sulu #B2F479
RGB
CMYK
RGB Variations
Color information
#B2F479 (or 0xB2F479) is known color: Sulu. HEX triplet: B2, F4 and 79. RGB value is (178,244,121). Sum of RGB (Red+Green+Blue) = 178+244+121=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F479 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F479 is #4D0B86. Grayscale: #D2D2D2. Windows color (decimal): -5049223 or 7992498. OLE color: 7992498.
HSL color Cylindrical-coordinate representation of color #B2F479: hue angle of 92.2º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2F479 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 121 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.04 |
| HSL | 92.2º | 0.85% | 0.72% | - |
| HSV(B) | 92.2º | 0.5% | 0.96% | - |
| XYZ | 54.16 | 75.55 | 29.82 | - |
| YUV | 210.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 121 | 0.27 | 0 | 0.50 | 0.04 | 92.2 | 0.85 | 0.72 |
| Hex | B2 | F4 | 79 | 1B | 0 | 32 | 4 | 5C | 55 | 48 |
| Octal | 262 | 364 | 171 | 33 | 0 | 62 | 4 | 134 | 125 | 110 |
| Binary | 10110010 | 11110100 | 1111001 | 11011 | 0 | 110010 | 100 | 1011100 | 1010101 | 1001000 |
Color Harmonies of #B2F479
Complementary color
Monochromatic Colors of #B2F479
Black with #B2F479
Text Example
Text Example
White with #B2F479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F479; }
p { color: rgb(178,244,121); }
H1.HeaderClassName
{
color: #B2F479;
}
.AnyTagClassName
{
color: #B2F479;
}
</style>
background-color css
<style>
a { background-color: #B2F479; }
a { background-color: rgb(178,244,121); }
div.DivClassName
{
background-color: #B2F479;
}
.BgClassName
{
background-color: #B2F479;
}
</style>
border-color css
<style>
span { border-color: #B2F479; }
span { border-color: rgb(178,244,121); }
td.TdClassName
{
border-color: #B2F479;
}
.TagClassName
{
border-color: #B2F479;
}
</style>