Shades of Sulu #C2E57C
Tints of Sulu #C2E57C
RGB
CMYK
RGB Variations
Color information
#C2E57C (or 0xC2E57C) is known color: Sulu. HEX triplet: C2, E5 and 7C. RGB value is (194,229,124). Sum of RGB (Red+Green+Blue) = 194+229+124=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E57C is #3D1A83. Grayscale: #CECECE. Windows color (decimal): -4004484 or 8185282. OLE color: 8185282.
HSL color Cylindrical-coordinate representation of color #C2E57C: hue angle of 80º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E57C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 124 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.10 |
| HSL | 80º | 0.67% | 0.69% | - |
| HSV(B) | 80º | 0.46% | 0.9% | - |
| XYZ | 53.91 | 68.96 | 29.54 | - |
| YUV | 206.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 124 | 0.15 | 0 | 0.46 | 0.10 | 80 | 0.67 | 0.69 |
| Hex | C2 | E5 | 7C | F | 0 | 2E | A | 50 | 43 | 45 |
| Octal | 302 | 345 | 174 | 17 | 0 | 56 | 12 | 120 | 103 | 105 |
| Binary | 11000010 | 11100101 | 1111100 | 1111 | 0 | 101110 | 1010 | 1010000 | 1000011 | 1000101 |
Color Harmonies of #C2E57C
Complementary color
Monochromatic Colors of #C2E57C
Black with #C2E57C
Text Example
Text Example
White with #C2E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E57C; }
p { color: rgb(194,229,124); }
H1.HeaderClassName
{
color: #C2E57C;
}
.AnyTagClassName
{
color: #C2E57C;
}
</style>
background-color css
<style>
a { background-color: #C2E57C; }
a { background-color: rgb(194,229,124); }
div.DivClassName
{
background-color: #C2E57C;
}
.BgClassName
{
background-color: #C2E57C;
}
</style>
border-color css
<style>
span { border-color: #C2E57C; }
span { border-color: rgb(194,229,124); }
td.TdClassName
{
border-color: #C2E57C;
}
.TagClassName
{
border-color: #C2E57C;
}
</style>