Shades of Sulu #B7F76C
Tints of Sulu #B7F76C
RGB
CMYK
RGB Variations
Color information
#B7F76C (or 0xB7F76C) is known color: Sulu. HEX triplet: B7, F7 and 6C. RGB value is (183,247,108). Sum of RGB (Red+Green+Blue) = 183+247+108=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F76C is #480893. Grayscale: #D4D4D4. Windows color (decimal): -4720788 or 7141303. OLE color: 7141303.
HSL color Cylindrical-coordinate representation of color #B7F76C: hue angle of 87.63º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7F76C is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 108 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.03 |
| HSL | 87.63º | 0.9% | 0.7% | - |
| HSV(B) | 87.63º | 0.56% | 0.97% | - |
| XYZ | 55.5 | 77.67 | 26.25 | - |
| YUV | 212.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 108 | 0.26 | 0 | 0.56 | 0.03 | 87.63 | 0.9 | 0.7 |
| Hex | B7 | F7 | 6C | 1A | 0 | 38 | 3 | 58 | 5A | 46 |
| Octal | 267 | 367 | 154 | 32 | 0 | 70 | 3 | 130 | 132 | 106 |
| Binary | 10110111 | 11110111 | 1101100 | 11010 | 0 | 111000 | 11 | 1011000 | 1011010 | 1000110 |
Color Harmonies of #B7F76C
Complementary color
Monochromatic Colors of #B7F76C
Black with #B7F76C
Text Example
Text Example
White with #B7F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F76C; }
p { color: rgb(183,247,108); }
H1.HeaderClassName
{
color: #B7F76C;
}
.AnyTagClassName
{
color: #B7F76C;
}
</style>
background-color css
<style>
a { background-color: #B7F76C; }
a { background-color: rgb(183,247,108); }
div.DivClassName
{
background-color: #B7F76C;
}
.BgClassName
{
background-color: #B7F76C;
}
</style>
border-color css
<style>
span { border-color: #B7F76C; }
span { border-color: rgb(183,247,108); }
td.TdClassName
{
border-color: #B7F76C;
}
.TagClassName
{
border-color: #B7F76C;
}
</style>