Shades of Sulu #B7F77C
Tints of Sulu #B7F77C
RGB
CMYK
RGB Variations
Color information
#B7F77C (or 0xB7F77C) is known color: Sulu. HEX triplet: B7, F7 and 7C. RGB value is (183,247,124). Sum of RGB (Red+Green+Blue) = 183+247+124=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F77C is #480883. Grayscale: #D6D6D6. Windows color (decimal): -4720772 or 8189879. OLE color: 8189879.
HSL color Cylindrical-coordinate representation of color #B7F77C: hue angle of 91.22º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7F77C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 124 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.03 |
| HSL | 91.22º | 0.88% | 0.73% | - |
| HSV(B) | 91.22º | 0.5% | 0.97% | - |
| XYZ | 56.43 | 78.04 | 31.16 | - |
| YUV | 213.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 124 | 0.26 | 0 | 0.50 | 0.03 | 91.22 | 0.88 | 0.73 |
| Hex | B7 | F7 | 7C | 1A | 0 | 32 | 3 | 5B | 58 | 49 |
| Octal | 267 | 367 | 174 | 32 | 0 | 62 | 3 | 133 | 130 | 111 |
| Binary | 10110111 | 11110111 | 1111100 | 11010 | 0 | 110010 | 11 | 1011011 | 1011000 | 1001001 |
Color Harmonies of #B7F77C
Complementary color
Monochromatic Colors of #B7F77C
Black with #B7F77C
Text Example
Text Example
White with #B7F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F77C; }
p { color: rgb(183,247,124); }
H1.HeaderClassName
{
color: #B7F77C;
}
.AnyTagClassName
{
color: #B7F77C;
}
</style>
background-color css
<style>
a { background-color: #B7F77C; }
a { background-color: rgb(183,247,124); }
div.DivClassName
{
background-color: #B7F77C;
}
.BgClassName
{
background-color: #B7F77C;
}
</style>
border-color css
<style>
span { border-color: #B7F77C; }
span { border-color: rgb(183,247,124); }
td.TdClassName
{
border-color: #B7F77C;
}
.TagClassName
{
border-color: #B7F77C;
}
</style>