Shades of Sulu #C1FC6C
Tints of Sulu #C1FC6C
RGB
CMYK
RGB Variations
Color information
#C1FC6C (or 0xC1FC6C) is known color: Sulu. HEX triplet: C1, FC and 6C. RGB value is (193,252,108). Sum of RGB (Red+Green+Blue) = 193+252+108=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC6C is #3E0393. Grayscale: #DADADA. Windows color (decimal): -4064148 or 7142593. OLE color: 7142593.
HSL color Cylindrical-coordinate representation of color #C1FC6C: hue angle of 84.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1FC6C is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 108 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.01 |
| HSL | 84.58º | 0.96% | 0.71% | - |
| HSV(B) | 84.58º | 0.57% | 0.99% | - |
| XYZ | 59.51 | 82.04 | 26.89 | - |
| YUV | 217.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 108 | 0.23 | 0 | 0.57 | 0.01 | 84.58 | 0.96 | 0.71 |
| Hex | C1 | FC | 6C | 17 | 0 | 39 | 1 | 55 | 60 | 47 |
| Octal | 301 | 374 | 154 | 27 | 0 | 71 | 1 | 125 | 140 | 107 |
| Binary | 11000001 | 11111100 | 1101100 | 10111 | 0 | 111001 | 1 | 1010101 | 1100000 | 1000111 |
Color Harmonies of #C1FC6C
Complementary color
Monochromatic Colors of #C1FC6C
Black with #C1FC6C
Text Example
Text Example
White with #C1FC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC6C; }
p { color: rgb(193,252,108); }
H1.HeaderClassName
{
color: #C1FC6C;
}
.AnyTagClassName
{
color: #C1FC6C;
}
</style>
background-color css
<style>
a { background-color: #C1FC6C; }
a { background-color: rgb(193,252,108); }
div.DivClassName
{
background-color: #C1FC6C;
}
.BgClassName
{
background-color: #C1FC6C;
}
</style>
border-color css
<style>
span { border-color: #C1FC6C; }
span { border-color: rgb(193,252,108); }
td.TdClassName
{
border-color: #C1FC6C;
}
.TagClassName
{
border-color: #C1FC6C;
}
</style>