Shades of Sulu #B7F56C
Tints of Sulu #B7F56C
RGB
CMYK
RGB Variations
Color information
#B7F56C (or 0xB7F56C) is known color: Sulu. HEX triplet: B7, F5 and 6C. RGB value is (183,245,108). Sum of RGB (Red+Green+Blue) = 183+245+108=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F56C is #480A93. Grayscale: #D3D3D3. Windows color (decimal): -4721300 or 7140791. OLE color: 7140791.
HSL color Cylindrical-coordinate representation of color #B7F56C: hue angle of 87.15º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7F56C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 108 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.04 |
| HSL | 87.15º | 0.87% | 0.69% | - |
| HSV(B) | 87.15º | 0.56% | 0.96% | - |
| XYZ | 54.89 | 76.45 | 26.05 | - |
| YUV | 210.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 108 | 0.25 | 0 | 0.56 | 0.04 | 87.15 | 0.87 | 0.69 |
| Hex | B7 | F5 | 6C | 19 | 0 | 38 | 4 | 57 | 57 | 45 |
| Octal | 267 | 365 | 154 | 31 | 0 | 70 | 4 | 127 | 127 | 105 |
| Binary | 10110111 | 11110101 | 1101100 | 11001 | 0 | 111000 | 100 | 1010111 | 1010111 | 1000101 |
Color Harmonies of #B7F56C
Complementary color
Monochromatic Colors of #B7F56C
Black with #B7F56C
Text Example
Text Example
White with #B7F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F56C; }
p { color: rgb(183,245,108); }
H1.HeaderClassName
{
color: #B7F56C;
}
.AnyTagClassName
{
color: #B7F56C;
}
</style>
background-color css
<style>
a { background-color: #B7F56C; }
a { background-color: rgb(183,245,108); }
div.DivClassName
{
background-color: #B7F56C;
}
.BgClassName
{
background-color: #B7F56C;
}
</style>
border-color css
<style>
span { border-color: #B7F56C; }
span { border-color: rgb(183,245,108); }
td.TdClassName
{
border-color: #B7F56C;
}
.TagClassName
{
border-color: #B7F56C;
}
</style>