Shades of Sulu #B2F585
Tints of Sulu #B2F585
RGB
CMYK
RGB Variations
Color information
#B2F585 (or 0xB2F585) is known color: Sulu. HEX triplet: B2, F5 and 85. RGB value is (178,245,133). Sum of RGB (Red+Green+Blue) = 178+245+133=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F585 is #4D0A7A. Grayscale: #D4D4D4. Windows color (decimal): -5048955 or 8779186. OLE color: 8779186.
HSL color Cylindrical-coordinate representation of color #B2F585: hue angle of 95.89º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F585 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 133 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.04 |
| HSL | 95.89º | 0.85% | 0.74% | - |
| HSV(B) | 95.89º | 0.46% | 0.96% | - |
| XYZ | 55.25 | 76.46 | 34.04 | - |
| YUV | 212.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 133 | 0.27 | 0 | 0.46 | 0.04 | 95.89 | 0.85 | 0.74 |
| Hex | B2 | F5 | 85 | 1B | 0 | 2E | 4 | 60 | 55 | 4A |
| Octal | 262 | 365 | 205 | 33 | 0 | 56 | 4 | 140 | 125 | 112 |
| Binary | 10110010 | 11110101 | 10000101 | 11011 | 0 | 101110 | 100 | 1100000 | 1010101 | 1001010 |
Color Harmonies of #B2F585
Complementary color
Monochromatic Colors of #B2F585
Black with #B2F585
Text Example
Text Example
White with #B2F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F585; }
p { color: rgb(178,245,133); }
H1.HeaderClassName
{
color: #B2F585;
}
.AnyTagClassName
{
color: #B2F585;
}
</style>
background-color css
<style>
a { background-color: #B2F585; }
a { background-color: rgb(178,245,133); }
div.DivClassName
{
background-color: #B2F585;
}
.BgClassName
{
background-color: #B2F585;
}
</style>
border-color css
<style>
span { border-color: #B2F585; }
span { border-color: rgb(178,245,133); }
td.TdClassName
{
border-color: #B2F585;
}
.TagClassName
{
border-color: #B2F585;
}
</style>