Shades of Sulu #B3FF74
Tints of Sulu #B3FF74
RGB
CMYK
RGB Variations
Color information
#B3FF74 (or 0xB3FF74) is known color: Sulu. HEX triplet: B3, FF and 74. RGB value is (179,255,116). Sum of RGB (Red+Green+Blue) = 179+255+116=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF74 is #4C008B. Grayscale: #D8D8D8. Windows color (decimal): -4980876 or 7667635. OLE color: 7667635.
HSL color Cylindrical-coordinate representation of color #B3FF74: hue angle of 92.81º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3FF74 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 116 | - |
| CMYK | 0.30 | 0 | 0.55 | 0 |
| HSL | 92.81º | 1% | 0.73% | - |
| HSV(B) | 92.81º | 0.55% | 1% | - |
| XYZ | 57.5 | 82.36 | 29.39 | - |
| YUV | 216.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 116 | 0.30 | 0 | 0.55 | 0 | 92.81 | 1 | 0.73 |
| Hex | B3 | FF | 74 | 1E | 0 | 37 | 0 | 5D | 64 | 49 |
| Octal | 263 | 377 | 164 | 36 | 0 | 67 | 0 | 135 | 144 | 111 |
| Binary | 10110011 | 11111111 | 1110100 | 11110 | 0 | 110111 | 0 | 1011101 | 1100100 | 1001001 |
Color Harmonies of #B3FF74
Complementary color
Monochromatic Colors of #B3FF74
Black with #B3FF74
Text Example
Text Example
White with #B3FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF74; }
p { color: rgb(179,255,116); }
H1.HeaderClassName
{
color: #B3FF74;
}
.AnyTagClassName
{
color: #B3FF74;
}
</style>
background-color css
<style>
a { background-color: #B3FF74; }
a { background-color: rgb(179,255,116); }
div.DivClassName
{
background-color: #B3FF74;
}
.BgClassName
{
background-color: #B3FF74;
}
</style>
border-color css
<style>
span { border-color: #B3FF74; }
span { border-color: rgb(179,255,116); }
td.TdClassName
{
border-color: #B3FF74;
}
.TagClassName
{
border-color: #B3FF74;
}
</style>