Shades of Las Palmas #C2E03C
Tints of Las Palmas #C2E03C
RGB
CMYK
RGB Variations
Color information
#C2E03C (or 0xC2E03C) is known color: Las Palmas. HEX triplet: C2, E0 and 3C. RGB value is (194,224,60). Sum of RGB (Red+Green+Blue) = 194+224+60=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E03C is #3D1FC3. Grayscale: #C4C4C4. Windows color (decimal): -4005828 or 3989698. OLE color: 3989698.
HSL color Cylindrical-coordinate representation of color #C2E03C: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2E03C is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 60 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.12 |
| HSL | 70.98º | 0.73% | 0.56% | - |
| HSV(B) | 70.98º | 0.73% | 0.88% | - |
| XYZ | 49.72 | 65.11 | 14.22 | - |
| YUV | 196.33 | 51.06 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 60 | 0.13 | 0 | 0.73 | 0.12 | 70.98 | 0.73 | 0.56 |
| Hex | C2 | E0 | 3C | D | 0 | 49 | C | 47 | 49 | 38 |
| Octal | 302 | 340 | 74 | 15 | 0 | 111 | 14 | 107 | 111 | 70 |
| Binary | 11000010 | 11100000 | 111100 | 1101 | 0 | 1001001 | 1100 | 1000111 | 1001001 | 111000 |
Color Harmonies of #C2E03C
Complementary color
Monochromatic Colors of #C2E03C
Black with #C2E03C
Text Example
Text Example
White with #C2E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E03C; }
p { color: rgb(194,224,60); }
H1.HeaderClassName
{
color: #C2E03C;
}
.AnyTagClassName
{
color: #C2E03C;
}
</style>
background-color css
<style>
a { background-color: #C2E03C; }
a { background-color: rgb(194,224,60); }
div.DivClassName
{
background-color: #C2E03C;
}
.BgClassName
{
background-color: #C2E03C;
}
</style>
border-color css
<style>
span { border-color: #C2E03C; }
span { border-color: rgb(194,224,60); }
td.TdClassName
{
border-color: #C2E03C;
}
.TagClassName
{
border-color: #C2E03C;
}
</style>