Shades of Sulu #B7E275
Tints of Sulu #B7E275
RGB
CMYK
RGB Variations
Color information
#B7E275 (or 0xB7E275) is known color: Sulu. HEX triplet: B7, E2 and 75. RGB value is (183,226,117). Sum of RGB (Red+Green+Blue) = 183+226+117=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #B7E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E275 is #481D8A. Grayscale: #C9C9C9. Windows color (decimal): -4726155 or 7725751. OLE color: 7725751.
HSL color Cylindrical-coordinate representation of color #B7E275: hue angle of 83.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7E275 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 226 | 117 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.11 |
| HSL | 83.67º | 0.65% | 0.67% | - |
| HSV(B) | 83.67º | 0.48% | 0.89% | - |
| XYZ | 49.94 | 65.74 | 26.89 | - |
| YUV | 200.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 226 | 117 | 0.19 | 0 | 0.48 | 0.11 | 83.67 | 0.65 | 0.67 |
| Hex | B7 | E2 | 75 | 13 | 0 | 30 | B | 54 | 41 | 43 |
| Octal | 267 | 342 | 165 | 23 | 0 | 60 | 13 | 124 | 101 | 103 |
| Binary | 10110111 | 11100010 | 1110101 | 10011 | 0 | 110000 | 1011 | 1010100 | 1000001 | 1000011 |
Color Harmonies of #B7E275
Complementary color
Monochromatic Colors of #B7E275
Black with #B7E275
Text Example
Text Example
White with #B7E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E275; }
p { color: rgb(183,226,117); }
H1.HeaderClassName
{
color: #B7E275;
}
.AnyTagClassName
{
color: #B7E275;
}
</style>
background-color css
<style>
a { background-color: #B7E275; }
a { background-color: rgb(183,226,117); }
div.DivClassName
{
background-color: #B7E275;
}
.BgClassName
{
background-color: #B7E275;
}
</style>
border-color css
<style>
span { border-color: #B7E275; }
span { border-color: rgb(183,226,117); }
td.TdClassName
{
border-color: #B7E275;
}
.TagClassName
{
border-color: #B7E275;
}
</style>