Shades of Sulu #B3FF67
Tints of Sulu #B3FF67
RGB
CMYK
RGB Variations
Color information
#B3FF67 (or 0xB3FF67) is known color: Sulu. HEX triplet: B3, FF and 67. RGB value is (179,255,103). Sum of RGB (Red+Green+Blue) = 179+255+103=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF67 is #4C0098. Grayscale: #D7D7D7. Windows color (decimal): -4980889 or 6815667. OLE color: 6815667.
HSL color Cylindrical-coordinate representation of color #B3FF67: hue angle of 90º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3FF67 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 103 | - |
| CMYK | 0.30 | 0 | 0.60 | 0 |
| HSL | 90º | 1% | 0.7% | - |
| HSV(B) | 90º | 0.6% | 1% | - |
| XYZ | 56.8 | 82.08 | 25.68 | - |
| YUV | 214.95 | 64.82 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 103 | 0.30 | 0 | 0.60 | 0 | 90 | 1 | 0.7 |
| Hex | B3 | FF | 67 | 1E | 0 | 3C | 0 | 5A | 64 | 46 |
| Octal | 263 | 377 | 147 | 36 | 0 | 74 | 0 | 132 | 144 | 106 |
| Binary | 10110011 | 11111111 | 1100111 | 11110 | 0 | 111100 | 0 | 1011010 | 1100100 | 1000110 |
Color Harmonies of #B3FF67
Complementary color
Monochromatic Colors of #B3FF67
Black with #B3FF67
Text Example
Text Example
White with #B3FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF67; }
p { color: rgb(179,255,103); }
H1.HeaderClassName
{
color: #B3FF67;
}
.AnyTagClassName
{
color: #B3FF67;
}
</style>
background-color css
<style>
a { background-color: #B3FF67; }
a { background-color: rgb(179,255,103); }
div.DivClassName
{
background-color: #B3FF67;
}
.BgClassName
{
background-color: #B3FF67;
}
</style>
border-color css
<style>
span { border-color: #B3FF67; }
span { border-color: rgb(179,255,103); }
td.TdClassName
{
border-color: #B3FF67;
}
.TagClassName
{
border-color: #B3FF67;
}
</style>