Shades of Sulu #B7FB8D
Tints of Sulu #B7FB8D
RGB
CMYK
RGB Variations
Color information
#B7FB8D (or 0xB7FB8D) is known color: Sulu. HEX triplet: B7, FB and 8D. RGB value is (183,251,141). Sum of RGB (Red+Green+Blue) = 183+251+141=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FB8D is #480472. Grayscale: #DADADA. Windows color (decimal): -4719731 or 9305015. OLE color: 9305015.
HSL color Cylindrical-coordinate representation of color #B7FB8D: hue angle of 97.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7FB8D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 251 | 141 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.02 |
| HSL | 97.09º | 0.93% | 0.77% | - |
| HSV(B) | 97.09º | 0.44% | 0.98% | - |
| XYZ | 58.83 | 80.98 | 37.73 | - |
| YUV | 218.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 251 | 141 | 0.27 | 0 | 0.44 | 0.02 | 97.09 | 0.93 | 0.77 |
| Hex | B7 | FB | 8D | 1B | 0 | 2C | 2 | 61 | 5D | 4D |
| Octal | 267 | 373 | 215 | 33 | 0 | 54 | 2 | 141 | 135 | 115 |
| Binary | 10110111 | 11111011 | 10001101 | 11011 | 0 | 101100 | 10 | 1100001 | 1011101 | 1001101 |
Color Harmonies of #B7FB8D
Complementary color
Monochromatic Colors of #B7FB8D
Black with #B7FB8D
Text Example
Text Example
White with #B7FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FB8D; }
p { color: rgb(183,251,141); }
H1.HeaderClassName
{
color: #B7FB8D;
}
.AnyTagClassName
{
color: #B7FB8D;
}
</style>
background-color css
<style>
a { background-color: #B7FB8D; }
a { background-color: rgb(183,251,141); }
div.DivClassName
{
background-color: #B7FB8D;
}
.BgClassName
{
background-color: #B7FB8D;
}
</style>
border-color css
<style>
span { border-color: #B7FB8D; }
span { border-color: rgb(183,251,141); }
td.TdClassName
{
border-color: #B7FB8D;
}
.TagClassName
{
border-color: #B7FB8D;
}
</style>