Shades of Sulu #B2F575
Tints of Sulu #B2F575
RGB
CMYK
RGB Variations
Color information
#B2F575 (or 0xB2F575) is known color: Sulu. HEX triplet: B2, F5 and 75. RGB value is (178,245,117). Sum of RGB (Red+Green+Blue) = 178+245+117=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F575 is #4D0A8A. Grayscale: #D2D2D2. Windows color (decimal): -5048971 or 7730610. OLE color: 7730610.
HSL color Cylindrical-coordinate representation of color #B2F575: hue angle of 91.41º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2F575 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 117 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.04 |
| HSL | 91.41º | 0.86% | 0.71% | - |
| HSV(B) | 91.41º | 0.52% | 0.96% | - |
| XYZ | 54.22 | 76.05 | 28.65 | - |
| YUV | 210.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 117 | 0.27 | 0 | 0.52 | 0.04 | 91.41 | 0.86 | 0.71 |
| Hex | B2 | F5 | 75 | 1B | 0 | 34 | 4 | 5B | 56 | 47 |
| Octal | 262 | 365 | 165 | 33 | 0 | 64 | 4 | 133 | 126 | 107 |
| Binary | 10110010 | 11110101 | 1110101 | 11011 | 0 | 110100 | 100 | 1011011 | 1010110 | 1000111 |
Color Harmonies of #B2F575
Complementary color
Monochromatic Colors of #B2F575
Black with #B2F575
Text Example
Text Example
White with #B2F575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F575; }
p { color: rgb(178,245,117); }
H1.HeaderClassName
{
color: #B2F575;
}
.AnyTagClassName
{
color: #B2F575;
}
</style>
background-color css
<style>
a { background-color: #B2F575; }
a { background-color: rgb(178,245,117); }
div.DivClassName
{
background-color: #B2F575;
}
.BgClassName
{
background-color: #B2F575;
}
</style>
border-color css
<style>
span { border-color: #B2F575; }
span { border-color: rgb(178,245,117); }
td.TdClassName
{
border-color: #B2F575;
}
.TagClassName
{
border-color: #B2F575;
}
</style>