Shades of Sulu #B3FC68
Tints of Sulu #B3FC68
RGB
CMYK
RGB Variations
Color information
#B3FC68 (or 0xB3FC68) is known color: Sulu. HEX triplet: B3, FC and 68. RGB value is (179,252,104). Sum of RGB (Red+Green+Blue) = 179+252+104=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FC68 is #4C0397. Grayscale: #D5D5D5. Windows color (decimal): -4981656 or 6880435. OLE color: 6880435.
HSL color Cylindrical-coordinate representation of color #B3FC68: hue angle of 89.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3FC68 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 104 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.01 |
| HSL | 89.59º | 0.96% | 0.7% | - |
| HSV(B) | 89.59º | 0.59% | 0.99% | - |
| XYZ | 55.9 | 80.2 | 25.63 | - |
| YUV | 213.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 104 | 0.29 | 0 | 0.59 | 0.01 | 89.59 | 0.96 | 0.7 |
| Hex | B3 | FC | 68 | 1D | 0 | 3B | 1 | 5A | 60 | 46 |
| Octal | 263 | 374 | 150 | 35 | 0 | 73 | 1 | 132 | 140 | 106 |
| Binary | 10110011 | 11111100 | 1101000 | 11101 | 0 | 111011 | 1 | 1011010 | 1100000 | 1000110 |
Color Harmonies of #B3FC68
Complementary color
Monochromatic Colors of #B3FC68
Black with #B3FC68
Text Example
Text Example
White with #B3FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FC68; }
p { color: rgb(179,252,104); }
H1.HeaderClassName
{
color: #B3FC68;
}
.AnyTagClassName
{
color: #B3FC68;
}
</style>
background-color css
<style>
a { background-color: #B3FC68; }
a { background-color: rgb(179,252,104); }
div.DivClassName
{
background-color: #B3FC68;
}
.BgClassName
{
background-color: #B3FC68;
}
</style>
border-color css
<style>
span { border-color: #B3FC68; }
span { border-color: rgb(179,252,104); }
td.TdClassName
{
border-color: #B3FC68;
}
.TagClassName
{
border-color: #B3FC68;
}
</style>