Shades of Sulu #B7FF76
Tints of Sulu #B7FF76
RGB
CMYK
RGB Variations
Color information
#B7FF76 (or 0xB7FF76) is known color: Sulu. HEX triplet: B7, FF and 76. RGB value is (183,255,118). Sum of RGB (Red+Green+Blue) = 183+255+118=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF76 is #480089. Grayscale: #DADADA. Windows color (decimal): -4718730 or 7798711. OLE color: 7798711.
HSL color Cylindrical-coordinate representation of color #B7FF76: hue angle of 91.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7FF76 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 118 | - |
| CMYK | 0.28 | 0 | 0.54 | 0 |
| HSL | 91.53º | 1% | 0.73% | - |
| HSV(B) | 91.53º | 0.54% | 1% | - |
| XYZ | 58.56 | 82.9 | 30.05 | - |
| YUV | 217.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 118 | 0.28 | 0 | 0.54 | 0 | 91.53 | 1 | 0.73 |
| Hex | B7 | FF | 76 | 1C | 0 | 36 | 0 | 5C | 64 | 49 |
| Octal | 267 | 377 | 166 | 34 | 0 | 66 | 0 | 134 | 144 | 111 |
| Binary | 10110111 | 11111111 | 1110110 | 11100 | 0 | 110110 | 0 | 1011100 | 1100100 | 1001001 |
Color Harmonies of #B7FF76
Complementary color
Monochromatic Colors of #B7FF76
Black with #B7FF76
Text Example
Text Example
White with #B7FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF76; }
p { color: rgb(183,255,118); }
H1.HeaderClassName
{
color: #B7FF76;
}
.AnyTagClassName
{
color: #B7FF76;
}
</style>
background-color css
<style>
a { background-color: #B7FF76; }
a { background-color: rgb(183,255,118); }
div.DivClassName
{
background-color: #B7FF76;
}
.BgClassName
{
background-color: #B7FF76;
}
</style>
border-color css
<style>
span { border-color: #B7FF76; }
span { border-color: rgb(183,255,118); }
td.TdClassName
{
border-color: #B7FF76;
}
.TagClassName
{
border-color: #B7FF76;
}
</style>