Shades of Sulu #B2F574
Tints of Sulu #B2F574
RGB
CMYK
RGB Variations
Color information
#B2F574 (or 0xB2F574) is known color: Sulu. HEX triplet: B2, F5 and 74. RGB value is (178,245,116). Sum of RGB (Red+Green+Blue) = 178+245+116=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F574 is #4D0A8B. Grayscale: #D2D2D2. Windows color (decimal): -5048972 or 7665074. OLE color: 7665074.
HSL color Cylindrical-coordinate representation of color #B2F574: hue angle of 91.16º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2F574 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 116 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.04 |
| HSL | 91.16º | 0.87% | 0.71% | - |
| HSV(B) | 91.16º | 0.53% | 0.96% | - |
| XYZ | 54.16 | 76.03 | 28.34 | - |
| YUV | 210.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 116 | 0.27 | 0 | 0.53 | 0.04 | 91.16 | 0.87 | 0.71 |
| Hex | B2 | F5 | 74 | 1B | 0 | 35 | 4 | 5B | 57 | 47 |
| Octal | 262 | 365 | 164 | 33 | 0 | 65 | 4 | 133 | 127 | 107 |
| Binary | 10110010 | 11110101 | 1110100 | 11011 | 0 | 110101 | 100 | 1011011 | 1010111 | 1000111 |
Color Harmonies of #B2F574
Complementary color
Monochromatic Colors of #B2F574
Black with #B2F574
Text Example
Text Example
White with #B2F574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F574; }
p { color: rgb(178,245,116); }
H1.HeaderClassName
{
color: #B2F574;
}
.AnyTagClassName
{
color: #B2F574;
}
</style>
background-color css
<style>
a { background-color: #B2F574; }
a { background-color: rgb(178,245,116); }
div.DivClassName
{
background-color: #B2F574;
}
.BgClassName
{
background-color: #B2F574;
}
</style>
border-color css
<style>
span { border-color: #B2F574; }
span { border-color: rgb(178,245,116); }
td.TdClassName
{
border-color: #B2F574;
}
.TagClassName
{
border-color: #B2F574;
}
</style>