Shades of Sulu #C1E175
Tints of Sulu #C1E175
RGB
CMYK
RGB Variations
Color information
#C1E175 (or 0xC1E175) is known color: Sulu. HEX triplet: C1, E1 and 75. RGB value is (193,225,117). Sum of RGB (Red+Green+Blue) = 193+225+117=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E175 is #3E1E8A. Grayscale: #CBCBCB. Windows color (decimal): -4071051 or 7725505. OLE color: 7725505.
HSL color Cylindrical-coordinate representation of color #C1E175: hue angle of 77.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1E175 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 117 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.12 |
| HSL | 77.78º | 0.64% | 0.67% | - |
| HSV(B) | 77.78º | 0.48% | 0.88% | - |
| XYZ | 52.13 | 66.47 | 26.91 | - |
| YUV | 203.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 117 | 0.14 | 0 | 0.48 | 0.12 | 77.78 | 0.64 | 0.67 |
| Hex | C1 | E1 | 75 | E | 0 | 30 | C | 4E | 40 | 43 |
| Octal | 301 | 341 | 165 | 16 | 0 | 60 | 14 | 116 | 100 | 103 |
| Binary | 11000001 | 11100001 | 1110101 | 1110 | 0 | 110000 | 1100 | 1001110 | 1000000 | 1000011 |
Color Harmonies of #C1E175
Complementary color
Monochromatic Colors of #C1E175
Black with #C1E175
Text Example
Text Example
White with #C1E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E175; }
p { color: rgb(193,225,117); }
H1.HeaderClassName
{
color: #C1E175;
}
.AnyTagClassName
{
color: #C1E175;
}
</style>
background-color css
<style>
a { background-color: #C1E175; }
a { background-color: rgb(193,225,117); }
div.DivClassName
{
background-color: #C1E175;
}
.BgClassName
{
background-color: #C1E175;
}
</style>
border-color css
<style>
span { border-color: #C1E175; }
span { border-color: rgb(193,225,117); }
td.TdClassName
{
border-color: #C1E175;
}
.TagClassName
{
border-color: #C1E175;
}
</style>