Shades of Sulu #B3FF7D
Tints of Sulu #B3FF7D
RGB
CMYK
RGB Variations
Color information
#B3FF7D (or 0xB3FF7D) is known color: Sulu. HEX triplet: B3, FF and 7D. RGB value is (179,255,125). Sum of RGB (Red+Green+Blue) = 179+255+125=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF7D is #4C0082. Grayscale: #D9D9D9. Windows color (decimal): -4980867 or 8257459. OLE color: 8257459.
HSL color Cylindrical-coordinate representation of color #B3FF7D: hue angle of 95.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3FF7D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 125 | - |
| CMYK | 0.30 | 0 | 0.51 | 0 |
| HSL | 95.08º | 1% | 0.75% | - |
| HSV(B) | 95.08º | 0.51% | 1% | - |
| XYZ | 58.05 | 82.58 | 32.28 | - |
| YUV | 217.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 125 | 0.30 | 0 | 0.51 | 0 | 95.08 | 1 | 0.75 |
| Hex | B3 | FF | 7D | 1E | 0 | 33 | 0 | 5F | 64 | 4B |
| Octal | 263 | 377 | 175 | 36 | 0 | 63 | 0 | 137 | 144 | 113 |
| Binary | 10110011 | 11111111 | 1111101 | 11110 | 0 | 110011 | 0 | 1011111 | 1100100 | 1001011 |
Color Harmonies of #B3FF7D
Complementary color
Monochromatic Colors of #B3FF7D
Black with #B3FF7D
Text Example
Text Example
White with #B3FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF7D; }
p { color: rgb(179,255,125); }
H1.HeaderClassName
{
color: #B3FF7D;
}
.AnyTagClassName
{
color: #B3FF7D;
}
</style>
background-color css
<style>
a { background-color: #B3FF7D; }
a { background-color: rgb(179,255,125); }
div.DivClassName
{
background-color: #B3FF7D;
}
.BgClassName
{
background-color: #B3FF7D;
}
</style>
border-color css
<style>
span { border-color: #B3FF7D; }
span { border-color: rgb(179,255,125); }
td.TdClassName
{
border-color: #B3FF7D;
}
.TagClassName
{
border-color: #B3FF7D;
}
</style>