Shades of Sulu #C1FC6D
Tints of Sulu #C1FC6D
RGB
CMYK
RGB Variations
Color information
#C1FC6D (or 0xC1FC6D) is known color: Sulu. HEX triplet: C1, FC and 6D. RGB value is (193,252,109). Sum of RGB (Red+Green+Blue) = 193+252+109=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC6D is #3E0392. Grayscale: #DADADA. Windows color (decimal): -4064147 or 7208129. OLE color: 7208129.
HSL color Cylindrical-coordinate representation of color #C1FC6D: hue angle of 84.76º 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 #C1FC6D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 109 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.01 |
| HSL | 84.76º | 0.96% | 0.71% | - |
| HSV(B) | 84.76º | 0.57% | 0.99% | - |
| XYZ | 59.56 | 82.06 | 27.17 | - |
| YUV | 218.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 109 | 0.23 | 0 | 0.57 | 0.01 | 84.76 | 0.96 | 0.71 |
| Hex | C1 | FC | 6D | 17 | 0 | 39 | 1 | 55 | 60 | 47 |
| Octal | 301 | 374 | 155 | 27 | 0 | 71 | 1 | 125 | 140 | 107 |
| Binary | 11000001 | 11111100 | 1101101 | 10111 | 0 | 111001 | 1 | 1010101 | 1100000 | 1000111 |
Color Harmonies of #C1FC6D
Complementary color
Monochromatic Colors of #C1FC6D
Black with #C1FC6D
Text Example
Text Example
White with #C1FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC6D; }
p { color: rgb(193,252,109); }
H1.HeaderClassName
{
color: #C1FC6D;
}
.AnyTagClassName
{
color: #C1FC6D;
}
</style>
background-color css
<style>
a { background-color: #C1FC6D; }
a { background-color: rgb(193,252,109); }
div.DivClassName
{
background-color: #C1FC6D;
}
.BgClassName
{
background-color: #C1FC6D;
}
</style>
border-color css
<style>
span { border-color: #C1FC6D; }
span { border-color: rgb(193,252,109); }
td.TdClassName
{
border-color: #C1FC6D;
}
.TagClassName
{
border-color: #C1FC6D;
}
</style>