Shades of Sulu #C1E96D
Tints of Sulu #C1E96D
RGB
CMYK
RGB Variations
Color information
#C1E96D (or 0xC1E96D) is known color: Sulu. HEX triplet: C1, E9 and 6D. RGB value is (193,233,109). Sum of RGB (Red+Green+Blue) = 193+233+109=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E96D is #3E1692. Grayscale: #CFCFCF. Windows color (decimal): -4069011 or 7203265. OLE color: 7203265.
HSL color Cylindrical-coordinate representation of color #C1E96D: hue angle of 79.35º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1E96D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 109 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.09 |
| HSL | 79.35º | 0.74% | 0.67% | - |
| HSV(B) | 79.35º | 0.53% | 0.91% | - |
| XYZ | 53.89 | 70.72 | 25.28 | - |
| YUV | 206.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 109 | 0.17 | 0 | 0.53 | 0.09 | 79.35 | 0.74 | 0.67 |
| Hex | C1 | E9 | 6D | 11 | 0 | 35 | 9 | 4F | 4A | 43 |
| Octal | 301 | 351 | 155 | 21 | 0 | 65 | 11 | 117 | 112 | 103 |
| Binary | 11000001 | 11101001 | 1101101 | 10001 | 0 | 110101 | 1001 | 1001111 | 1001010 | 1000011 |
Color Harmonies of #C1E96D
Complementary color
Monochromatic Colors of #C1E96D
Black with #C1E96D
Text Example
Text Example
White with #C1E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E96D; }
p { color: rgb(193,233,109); }
H1.HeaderClassName
{
color: #C1E96D;
}
.AnyTagClassName
{
color: #C1E96D;
}
</style>
background-color css
<style>
a { background-color: #C1E96D; }
a { background-color: rgb(193,233,109); }
div.DivClassName
{
background-color: #C1E96D;
}
.BgClassName
{
background-color: #C1E96D;
}
</style>
border-color css
<style>
span { border-color: #C1E96D; }
span { border-color: rgb(193,233,109); }
td.TdClassName
{
border-color: #C1E96D;
}
.TagClassName
{
border-color: #C1E96D;
}
</style>