Shades of Sulu #B7FF8C
Tints of Sulu #B7FF8C
RGB
CMYK
RGB Variations
Color information
#B7FF8C (or 0xB7FF8C) is known color: Sulu. HEX triplet: B7, FF and 8C. RGB value is (183,255,140). Sum of RGB (Red+Green+Blue) = 183+255+140=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FF8C is #480073. Grayscale: #DCDCDC. Windows color (decimal): -4718708 or 9240503. OLE color: 9240503.
HSL color Cylindrical-coordinate representation of color #B7FF8C: hue angle of 97.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7FF8C is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 140 | - |
| CMYK | 0.28 | 0 | 0.45 | 0 |
| HSL | 97.57º | 1% | 0.77% | - |
| HSV(B) | 97.57º | 0.45% | 1% | - |
| XYZ | 60.02 | 83.48 | 37.76 | - |
| YUV | 220.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 140 | 0.28 | 0 | 0.45 | 0 | 97.57 | 1 | 0.77 |
| Hex | B7 | FF | 8C | 1C | 0 | 2D | 0 | 62 | 64 | 4D |
| Octal | 267 | 377 | 214 | 34 | 0 | 55 | 0 | 142 | 144 | 115 |
| Binary | 10110111 | 11111111 | 10001100 | 11100 | 0 | 101101 | 0 | 1100010 | 1100100 | 1001101 |
Color Harmonies of #B7FF8C
Complementary color
Monochromatic Colors of #B7FF8C
Black with #B7FF8C
Text Example
Text Example
White with #B7FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF8C; }
p { color: rgb(183,255,140); }
H1.HeaderClassName
{
color: #B7FF8C;
}
.AnyTagClassName
{
color: #B7FF8C;
}
</style>
background-color css
<style>
a { background-color: #B7FF8C; }
a { background-color: rgb(183,255,140); }
div.DivClassName
{
background-color: #B7FF8C;
}
.BgClassName
{
background-color: #B7FF8C;
}
</style>
border-color css
<style>
span { border-color: #B7FF8C; }
span { border-color: rgb(183,255,140); }
td.TdClassName
{
border-color: #B7FF8C;
}
.TagClassName
{
border-color: #B7FF8C;
}
</style>