Shades of Sulu #C1E16E
Tints of Sulu #C1E16E
RGB
CMYK
RGB Variations
Color information
#C1E16E (or 0xC1E16E) is known color: Sulu. HEX triplet: C1, E1 and 6E. RGB value is (193,225,110). Sum of RGB (Red+Green+Blue) = 193+225+110=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E16E is #3E1E91. Grayscale: #CACACA. Windows color (decimal): -4071058 or 7266753. OLE color: 7266753.
HSL color Cylindrical-coordinate representation of color #C1E16E: hue angle of 76.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1E16E is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 110 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.12 |
| HSL | 76.7º | 0.66% | 0.66% | - |
| HSV(B) | 76.7º | 0.51% | 0.88% | - |
| XYZ | 51.73 | 66.31 | 24.83 | - |
| YUV | 202.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 110 | 0.14 | 0 | 0.51 | 0.12 | 76.7 | 0.66 | 0.66 |
| Hex | C1 | E1 | 6E | E | 0 | 33 | C | 4D | 42 | 42 |
| Octal | 301 | 341 | 156 | 16 | 0 | 63 | 14 | 115 | 102 | 102 |
| Binary | 11000001 | 11100001 | 1101110 | 1110 | 0 | 110011 | 1100 | 1001101 | 1000010 | 1000010 |
Color Harmonies of #C1E16E
Complementary color
Monochromatic Colors of #C1E16E
Black with #C1E16E
Text Example
Text Example
White with #C1E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E16E; }
p { color: rgb(193,225,110); }
H1.HeaderClassName
{
color: #C1E16E;
}
.AnyTagClassName
{
color: #C1E16E;
}
</style>
background-color css
<style>
a { background-color: #C1E16E; }
a { background-color: rgb(193,225,110); }
div.DivClassName
{
background-color: #C1E16E;
}
.BgClassName
{
background-color: #C1E16E;
}
</style>
border-color css
<style>
span { border-color: #C1E16E; }
span { border-color: rgb(193,225,110); }
td.TdClassName
{
border-color: #C1E16E;
}
.TagClassName
{
border-color: #C1E16E;
}
</style>