Shades of Sulu #C2E290
Tints of Sulu #C2E290
RGB
CMYK
RGB Variations
Color information
#C2E290 (or 0xC2E290) is known color: Sulu. HEX triplet: C2, E2 and 90. RGB value is (194,226,144). Sum of RGB (Red+Green+Blue) = 194+226+144=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E290 is #3D1D6F. Grayscale: #CFCFCF. Windows color (decimal): -4005232 or 9495234. OLE color: 9495234.
HSL color Cylindrical-coordinate representation of color #C2E290: hue angle of 83.41º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2E290 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 144 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.11 |
| HSL | 83.41º | 0.59% | 0.73% | - |
| HSV(B) | 83.41º | 0.36% | 0.89% | - |
| XYZ | 54.48 | 67.88 | 36.62 | - |
| YUV | 207.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 144 | 0.14 | 0 | 0.36 | 0.11 | 83.41 | 0.59 | 0.73 |
| Hex | C2 | E2 | 90 | E | 0 | 24 | B | 53 | 3B | 49 |
| Octal | 302 | 342 | 220 | 16 | 0 | 44 | 13 | 123 | 73 | 111 |
| Binary | 11000010 | 11100010 | 10010000 | 1110 | 0 | 100100 | 1011 | 1010011 | 111011 | 1001001 |
Color Harmonies of #C2E290
Complementary color
Monochromatic Colors of #C2E290
Black with #C2E290
Text Example
Text Example
White with #C2E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E290; }
p { color: rgb(194,226,144); }
H1.HeaderClassName
{
color: #C2E290;
}
.AnyTagClassName
{
color: #C2E290;
}
</style>
background-color css
<style>
a { background-color: #C2E290; }
a { background-color: rgb(194,226,144); }
div.DivClassName
{
background-color: #C2E290;
}
.BgClassName
{
background-color: #C2E290;
}
</style>
border-color css
<style>
span { border-color: #C2E290; }
span { border-color: rgb(194,226,144); }
td.TdClassName
{
border-color: #C2E290;
}
.TagClassName
{
border-color: #C2E290;
}
</style>