Shades of Sulu #C1FB76
Tints of Sulu #C1FB76
RGB
CMYK
RGB Variations
Color information
#C1FB76 (or 0xC1FB76) is known color: Sulu. HEX triplet: C1, FB and 76. RGB value is (193,251,118). Sum of RGB (Red+Green+Blue) = 193+251+118=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB76 is #3E0489. Grayscale: #DADADA. Windows color (decimal): -4064394 or 7797697. OLE color: 7797697.
HSL color Cylindrical-coordinate representation of color #C1FB76: hue angle of 86.17º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1FB76 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 118 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.02 |
| HSL | 86.17º | 0.94% | 0.72% | - |
| HSV(B) | 86.17º | 0.53% | 0.98% | - |
| XYZ | 59.76 | 81.64 | 29.75 | - |
| YUV | 218.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 118 | 0.23 | 0 | 0.53 | 0.02 | 86.17 | 0.94 | 0.72 |
| Hex | C1 | FB | 76 | 17 | 0 | 35 | 2 | 56 | 5E | 48 |
| Octal | 301 | 373 | 166 | 27 | 0 | 65 | 2 | 126 | 136 | 110 |
| Binary | 11000001 | 11111011 | 1110110 | 10111 | 0 | 110101 | 10 | 1010110 | 1011110 | 1001000 |
Color Harmonies of #C1FB76
Complementary color
Monochromatic Colors of #C1FB76
Black with #C1FB76
Text Example
Text Example
White with #C1FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB76; }
p { color: rgb(193,251,118); }
H1.HeaderClassName
{
color: #C1FB76;
}
.AnyTagClassName
{
color: #C1FB76;
}
</style>
background-color css
<style>
a { background-color: #C1FB76; }
a { background-color: rgb(193,251,118); }
div.DivClassName
{
background-color: #C1FB76;
}
.BgClassName
{
background-color: #C1FB76;
}
</style>
border-color css
<style>
span { border-color: #C1FB76; }
span { border-color: rgb(193,251,118); }
td.TdClassName
{
border-color: #C1FB76;
}
.TagClassName
{
border-color: #C1FB76;
}
</style>