Shades of Sulu #C1F16C
Tints of Sulu #C1F16C
RGB
CMYK
RGB Variations
Color information
#C1F16C (or 0xC1F16C) is known color: Sulu. HEX triplet: C1, F1 and 6C. RGB value is (193,241,108). Sum of RGB (Red+Green+Blue) = 193+241+108=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F16C is #3E0E93. Grayscale: #D3D3D3. Windows color (decimal): -4066964 or 7139777. OLE color: 7139777.
HSL color Cylindrical-coordinate representation of color #C1F16C: hue angle of 81.65º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1F16C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 108 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.05 |
| HSL | 81.65º | 0.83% | 0.68% | - |
| HSV(B) | 81.65º | 0.55% | 0.95% | - |
| XYZ | 56.15 | 75.33 | 25.77 | - |
| YUV | 211.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 108 | 0.20 | 0 | 0.55 | 0.05 | 81.65 | 0.83 | 0.68 |
| Hex | C1 | F1 | 6C | 14 | 0 | 37 | 5 | 52 | 53 | 44 |
| Octal | 301 | 361 | 154 | 24 | 0 | 67 | 5 | 122 | 123 | 104 |
| Binary | 11000001 | 11110001 | 1101100 | 10100 | 0 | 110111 | 101 | 1010010 | 1010011 | 1000100 |
Color Harmonies of #C1F16C
Complementary color
Monochromatic Colors of #C1F16C
Black with #C1F16C
Text Example
Text Example
White with #C1F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F16C; }
p { color: rgb(193,241,108); }
H1.HeaderClassName
{
color: #C1F16C;
}
.AnyTagClassName
{
color: #C1F16C;
}
</style>
background-color css
<style>
a { background-color: #C1F16C; }
a { background-color: rgb(193,241,108); }
div.DivClassName
{
background-color: #C1F16C;
}
.BgClassName
{
background-color: #C1F16C;
}
</style>
border-color css
<style>
span { border-color: #C1F16C; }
span { border-color: rgb(193,241,108); }
td.TdClassName
{
border-color: #C1F16C;
}
.TagClassName
{
border-color: #C1F16C;
}
</style>