Shades of Las Palmas #C2E43C
Tints of Las Palmas #C2E43C
RGB
CMYK
RGB Variations
Color information
#C2E43C (or 0xC2E43C) is known color: Las Palmas. HEX triplet: C2, E4 and 3C. RGB value is (194,228,60). Sum of RGB (Red+Green+Blue) = 194+228+60=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E43C is #3D1BC3. Grayscale: #C7C7C7. Windows color (decimal): -4004804 or 3990722. OLE color: 3990722.
HSL color Cylindrical-coordinate representation of color #C2E43C: hue angle of 72.14º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E43C is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 60 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.11 |
| HSL | 72.14º | 0.76% | 0.56% | - |
| HSV(B) | 72.14º | 0.74% | 0.89% | - |
| XYZ | 50.81 | 67.28 | 14.58 | - |
| YUV | 198.68 | 49.74 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 60 | 0.15 | 0 | 0.74 | 0.11 | 72.14 | 0.76 | 0.56 |
| Hex | C2 | E4 | 3C | F | 0 | 4A | B | 48 | 4C | 38 |
| Octal | 302 | 344 | 74 | 17 | 0 | 112 | 13 | 110 | 114 | 70 |
| Binary | 11000010 | 11100100 | 111100 | 1111 | 0 | 1001010 | 1011 | 1001000 | 1001100 | 111000 |
Color Harmonies of #C2E43C
Complementary color
Monochromatic Colors of #C2E43C
Black with #C2E43C
Text Example
Text Example
White with #C2E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E43C; }
p { color: rgb(194,228,60); }
H1.HeaderClassName
{
color: #C2E43C;
}
.AnyTagClassName
{
color: #C2E43C;
}
</style>
background-color css
<style>
a { background-color: #C2E43C; }
a { background-color: rgb(194,228,60); }
div.DivClassName
{
background-color: #C2E43C;
}
.BgClassName
{
background-color: #C2E43C;
}
</style>
border-color css
<style>
span { border-color: #C2E43C; }
span { border-color: rgb(194,228,60); }
td.TdClassName
{
border-color: #C2E43C;
}
.TagClassName
{
border-color: #C2E43C;
}
</style>