Shades of Sulu #C1FD6C
Tints of Sulu #C1FD6C
RGB
CMYK
RGB Variations
Color information
#C1FD6C (or 0xC1FD6C) is known color: Sulu. HEX triplet: C1, FD and 6C. RGB value is (193,253,108). Sum of RGB (Red+Green+Blue) = 193+253+108=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD6C is #3E0293. Grayscale: #DBDBDB. Windows color (decimal): -4063892 or 7142849. OLE color: 7142849.
HSL color Cylindrical-coordinate representation of color #C1FD6C: hue angle of 84.83º degrees, saturation: 0.97, 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 #C1FD6C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 108 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.01 |
| HSL | 84.83º | 0.97% | 0.71% | - |
| HSV(B) | 84.83º | 0.57% | 0.99% | - |
| XYZ | 59.82 | 82.67 | 26.99 | - |
| YUV | 218.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 108 | 0.24 | 0 | 0.57 | 0.01 | 84.83 | 0.97 | 0.71 |
| Hex | C1 | FD | 6C | 18 | 0 | 39 | 1 | 55 | 61 | 47 |
| Octal | 301 | 375 | 154 | 30 | 0 | 71 | 1 | 125 | 141 | 107 |
| Binary | 11000001 | 11111101 | 1101100 | 11000 | 0 | 111001 | 1 | 1010101 | 1100001 | 1000111 |
Color Harmonies of #C1FD6C
Complementary color
Monochromatic Colors of #C1FD6C
Black with #C1FD6C
Text Example
Text Example
White with #C1FD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FD6C; }
p { color: rgb(193,253,108); }
H1.HeaderClassName
{
color: #C1FD6C;
}
.AnyTagClassName
{
color: #C1FD6C;
}
</style>
background-color css
<style>
a { background-color: #C1FD6C; }
a { background-color: rgb(193,253,108); }
div.DivClassName
{
background-color: #C1FD6C;
}
.BgClassName
{
background-color: #C1FD6C;
}
</style>
border-color css
<style>
span { border-color: #C1FD6C; }
span { border-color: rgb(193,253,108); }
td.TdClassName
{
border-color: #C1FD6C;
}
.TagClassName
{
border-color: #C1FD6C;
}
</style>