Shades of Sulu #B7F671
Tints of Sulu #B7F671
RGB
CMYK
RGB Variations
Color information
#B7F671 (or 0xB7F671) is known color: Sulu. HEX triplet: B7, F6 and 71. RGB value is (183,246,113). Sum of RGB (Red+Green+Blue) = 183+246+113=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F671 is #48098E. Grayscale: #D4D4D4. Windows color (decimal): -4721039 or 7468727. OLE color: 7468727.
HSL color Cylindrical-coordinate representation of color #B7F671: hue angle of 88.42º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7F671 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 113 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.04 |
| HSL | 88.42º | 0.88% | 0.7% | - |
| HSV(B) | 88.42º | 0.54% | 0.96% | - |
| XYZ | 55.46 | 77.17 | 27.59 | - |
| YUV | 212 | 72.13 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 113 | 0.26 | 0 | 0.54 | 0.04 | 88.42 | 0.88 | 0.7 |
| Hex | B7 | F6 | 71 | 1A | 0 | 36 | 4 | 58 | 58 | 46 |
| Octal | 267 | 366 | 161 | 32 | 0 | 66 | 4 | 130 | 130 | 106 |
| Binary | 10110111 | 11110110 | 1110001 | 11010 | 0 | 110110 | 100 | 1011000 | 1011000 | 1000110 |
Color Harmonies of #B7F671
Complementary color
Monochromatic Colors of #B7F671
Black with #B7F671
Text Example
Text Example
White with #B7F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F671; }
p { color: rgb(183,246,113); }
H1.HeaderClassName
{
color: #B7F671;
}
.AnyTagClassName
{
color: #B7F671;
}
</style>
background-color css
<style>
a { background-color: #B7F671; }
a { background-color: rgb(183,246,113); }
div.DivClassName
{
background-color: #B7F671;
}
.BgClassName
{
background-color: #B7F671;
}
</style>
border-color css
<style>
span { border-color: #B7F671; }
span { border-color: rgb(183,246,113); }
td.TdClassName
{
border-color: #B7F671;
}
.TagClassName
{
border-color: #B7F671;
}
</style>