Shades of Sulu #C2E193
Tints of Sulu #C2E193
RGB
CMYK
RGB Variations
Color information
#C2E193 (or 0xC2E193) is known color: Sulu. HEX triplet: C2, E1 and 93. RGB value is (194,225,147). Sum of RGB (Red+Green+Blue) = 194+225+147=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E193 is #3D1E6C. Grayscale: #CFCFCF. Windows color (decimal): -4005485 or 9691586. OLE color: 9691586.
HSL color Cylindrical-coordinate representation of color #C2E193: hue angle of 83.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2E193 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 147 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.12 |
| HSL | 83.85º | 0.57% | 0.73% | - |
| HSV(B) | 83.85º | 0.35% | 0.88% | - |
| XYZ | 54.44 | 67.43 | 37.75 | - |
| YUV | 206.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 147 | 0.14 | 0 | 0.35 | 0.12 | 83.85 | 0.57 | 0.73 |
| Hex | C2 | E1 | 93 | E | 0 | 23 | C | 54 | 39 | 49 |
| Octal | 302 | 341 | 223 | 16 | 0 | 43 | 14 | 124 | 71 | 111 |
| Binary | 11000010 | 11100001 | 10010011 | 1110 | 0 | 100011 | 1100 | 1010100 | 111001 | 1001001 |
Color Harmonies of #C2E193
Complementary color
Monochromatic Colors of #C2E193
Black with #C2E193
Text Example
Text Example
White with #C2E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E193; }
p { color: rgb(194,225,147); }
H1.HeaderClassName
{
color: #C2E193;
}
.AnyTagClassName
{
color: #C2E193;
}
</style>
background-color css
<style>
a { background-color: #C2E193; }
a { background-color: rgb(194,225,147); }
div.DivClassName
{
background-color: #C2E193;
}
.BgClassName
{
background-color: #C2E193;
}
</style>
border-color css
<style>
span { border-color: #C2E193; }
span { border-color: rgb(194,225,147); }
td.TdClassName
{
border-color: #C2E193;
}
.TagClassName
{
border-color: #C2E193;
}
</style>