Shades of Sulu #B7FA8C
Tints of Sulu #B7FA8C
RGB
CMYK
RGB Variations
Color information
#B7FA8C (or 0xB7FA8C) is known color: Sulu. HEX triplet: B7, FA and 8C. RGB value is (183,250,140). Sum of RGB (Red+Green+Blue) = 183+250+140=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FA8C is #480573. Grayscale: #D9D9D9. Windows color (decimal): -4719988 or 9239223. OLE color: 9239223.
HSL color Cylindrical-coordinate representation of color #B7FA8C: hue angle of 96.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7FA8C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 140 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.02 |
| HSL | 96.55º | 0.92% | 0.76% | - |
| HSV(B) | 96.55º | 0.44% | 0.98% | - |
| XYZ | 58.45 | 80.33 | 37.24 | - |
| YUV | 217.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 140 | 0.27 | 0 | 0.44 | 0.02 | 96.55 | 0.92 | 0.76 |
| Hex | B7 | FA | 8C | 1B | 0 | 2C | 2 | 61 | 5C | 4C |
| Octal | 267 | 372 | 214 | 33 | 0 | 54 | 2 | 141 | 134 | 114 |
| Binary | 10110111 | 11111010 | 10001100 | 11011 | 0 | 101100 | 10 | 1100001 | 1011100 | 1001100 |
Color Harmonies of #B7FA8C
Complementary color
Monochromatic Colors of #B7FA8C
Black with #B7FA8C
Text Example
Text Example
White with #B7FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA8C; }
p { color: rgb(183,250,140); }
H1.HeaderClassName
{
color: #B7FA8C;
}
.AnyTagClassName
{
color: #B7FA8C;
}
</style>
background-color css
<style>
a { background-color: #B7FA8C; }
a { background-color: rgb(183,250,140); }
div.DivClassName
{
background-color: #B7FA8C;
}
.BgClassName
{
background-color: #B7FA8C;
}
</style>
border-color css
<style>
span { border-color: #B7FA8C; }
span { border-color: rgb(183,250,140); }
td.TdClassName
{
border-color: #B7FA8C;
}
.TagClassName
{
border-color: #B7FA8C;
}
</style>