Shades of Sulu #B3F171
Tints of Sulu #B3F171
RGB
CMYK
RGB Variations
Color information
#B3F171 (or 0xB3F171) is known color: Sulu. HEX triplet: B3, F1 and 71. RGB value is (179,241,113). Sum of RGB (Red+Green+Blue) = 179+241+113=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F171 is #4C0E8E. Grayscale: #D0D0D0. Windows color (decimal): -4984463 or 7467443. OLE color: 7467443.
HSL color Cylindrical-coordinate representation of color #B3F171: hue angle of 89.06º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3F171 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 113 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.05 |
| HSL | 89.06º | 0.82% | 0.69% | - |
| HSV(B) | 89.06º | 0.53% | 0.95% | - |
| XYZ | 53.03 | 73.69 | 27.05 | - |
| YUV | 207.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 113 | 0.26 | 0 | 0.53 | 0.05 | 89.06 | 0.82 | 0.69 |
| Hex | B3 | F1 | 71 | 1A | 0 | 35 | 5 | 59 | 52 | 45 |
| Octal | 263 | 361 | 161 | 32 | 0 | 65 | 5 | 131 | 122 | 105 |
| Binary | 10110011 | 11110001 | 1110001 | 11010 | 0 | 110101 | 101 | 1011001 | 1010010 | 1000101 |
Color Harmonies of #B3F171
Complementary color
Monochromatic Colors of #B3F171
Black with #B3F171
Text Example
Text Example
White with #B3F171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F171; }
p { color: rgb(179,241,113); }
H1.HeaderClassName
{
color: #B3F171;
}
.AnyTagClassName
{
color: #B3F171;
}
</style>
background-color css
<style>
a { background-color: #B3F171; }
a { background-color: rgb(179,241,113); }
div.DivClassName
{
background-color: #B3F171;
}
.BgClassName
{
background-color: #B3F171;
}
</style>
border-color css
<style>
span { border-color: #B3F171; }
span { border-color: rgb(179,241,113); }
td.TdClassName
{
border-color: #B3F171;
}
.TagClassName
{
border-color: #B3F171;
}
</style>