Shades of Sulu #B3E772
Tints of Sulu #B3E772
RGB
CMYK
RGB Variations
Color information
#B3E772 (or 0xB3E772) is known color: Sulu. HEX triplet: B3, E7 and 72. RGB value is (179,231,114). Sum of RGB (Red+Green+Blue) = 179+231+114=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E772 is #4C188D. Grayscale: #CACACA. Windows color (decimal): -4987022 or 7530419. OLE color: 7530419.
HSL color Cylindrical-coordinate representation of color #B3E772: hue angle of 86.67º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3E772 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 231 | 114 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.09 |
| HSL | 86.67º | 0.71% | 0.68% | - |
| HSV(B) | 86.67º | 0.51% | 0.91% | - |
| XYZ | 50.2 | 67.95 | 26.39 | - |
| YUV | 202.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 114 | 0.23 | 0 | 0.51 | 0.09 | 86.67 | 0.71 | 0.68 |
| Hex | B3 | E7 | 72 | 17 | 0 | 33 | 9 | 57 | 47 | 44 |
| Octal | 263 | 347 | 162 | 27 | 0 | 63 | 11 | 127 | 107 | 104 |
| Binary | 10110011 | 11100111 | 1110010 | 10111 | 0 | 110011 | 1001 | 1010111 | 1000111 | 1000100 |
Color Harmonies of #B3E772
Complementary color
Monochromatic Colors of #B3E772
Black with #B3E772
Text Example
Text Example
White with #B3E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E772; }
p { color: rgb(179,231,114); }
H1.HeaderClassName
{
color: #B3E772;
}
.AnyTagClassName
{
color: #B3E772;
}
</style>
background-color css
<style>
a { background-color: #B3E772; }
a { background-color: rgb(179,231,114); }
div.DivClassName
{
background-color: #B3E772;
}
.BgClassName
{
background-color: #B3E772;
}
</style>
border-color css
<style>
span { border-color: #B3E772; }
span { border-color: rgb(179,231,114); }
td.TdClassName
{
border-color: #B3E772;
}
.TagClassName
{
border-color: #B3E772;
}
</style>