Shades of Sulu #B3E175
Tints of Sulu #B3E175
RGB
CMYK
RGB Variations
Color information
#B3E175 (or 0xB3E175) is known color: Sulu. HEX triplet: B3, E1 and 75. RGB value is (179,225,117). Sum of RGB (Red+Green+Blue) = 179+225+117=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E175 is #4C1E8A. Grayscale: #C7C7C7. Windows color (decimal): -4988555 or 7725491. OLE color: 7725491.
HSL color Cylindrical-coordinate representation of color #B3E175: hue angle of 85.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3E175 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 117 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.12 |
| HSL | 85.56º | 0.64% | 0.67% | - |
| HSV(B) | 85.56º | 0.48% | 0.88% | - |
| XYZ | 48.73 | 64.72 | 26.75 | - |
| YUV | 198.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 117 | 0.20 | 0 | 0.48 | 0.12 | 85.56 | 0.64 | 0.67 |
| Hex | B3 | E1 | 75 | 14 | 0 | 30 | C | 56 | 40 | 43 |
| Octal | 263 | 341 | 165 | 24 | 0 | 60 | 14 | 126 | 100 | 103 |
| Binary | 10110011 | 11100001 | 1110101 | 10100 | 0 | 110000 | 1100 | 1010110 | 1000000 | 1000011 |
Color Harmonies of #B3E175
Complementary color
Monochromatic Colors of #B3E175
Black with #B3E175
Text Example
Text Example
White with #B3E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E175; }
p { color: rgb(179,225,117); }
H1.HeaderClassName
{
color: #B3E175;
}
.AnyTagClassName
{
color: #B3E175;
}
</style>
background-color css
<style>
a { background-color: #B3E175; }
a { background-color: rgb(179,225,117); }
div.DivClassName
{
background-color: #B3E175;
}
.BgClassName
{
background-color: #B3E175;
}
</style>
border-color css
<style>
span { border-color: #B3E175; }
span { border-color: rgb(179,225,117); }
td.TdClassName
{
border-color: #B3E175;
}
.TagClassName
{
border-color: #B3E175;
}
</style>