Shades of Las Palmas #C2E342
Tints of Las Palmas #C2E342
RGB
CMYK
RGB Variations
Color information
#C2E342 (or 0xC2E342) is known color: Las Palmas. HEX triplet: C2, E3 and 42. RGB value is (194,227,66). Sum of RGB (Red+Green+Blue) = 194+227+66=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E342 is #3D1CBD. Grayscale: #C7C7C7. Windows color (decimal): -4005054 or 4383682. OLE color: 4383682.
HSL color Cylindrical-coordinate representation of color #C2E342: hue angle of 72.3º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2E342 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 66 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.11 |
| HSL | 72.3º | 0.74% | 0.57% | - |
| HSV(B) | 72.3º | 0.71% | 0.89% | - |
| XYZ | 50.7 | 66.8 | 15.38 | - |
| YUV | 198.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 66 | 0.15 | 0 | 0.71 | 0.11 | 72.3 | 0.74 | 0.57 |
| Hex | C2 | E3 | 42 | F | 0 | 47 | B | 48 | 4A | 39 |
| Octal | 302 | 343 | 102 | 17 | 0 | 107 | 13 | 110 | 112 | 71 |
| Binary | 11000010 | 11100011 | 1000010 | 1111 | 0 | 1000111 | 1011 | 1001000 | 1001010 | 111001 |
Color Harmonies of #C2E342
Complementary color
Monochromatic Colors of #C2E342
Black with #C2E342
Text Example
Text Example
White with #C2E342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E342; }
p { color: rgb(194,227,66); }
H1.HeaderClassName
{
color: #C2E342;
}
.AnyTagClassName
{
color: #C2E342;
}
</style>
background-color css
<style>
a { background-color: #C2E342; }
a { background-color: rgb(194,227,66); }
div.DivClassName
{
background-color: #C2E342;
}
.BgClassName
{
background-color: #C2E342;
}
</style>
border-color css
<style>
span { border-color: #C2E342; }
span { border-color: rgb(194,227,66); }
td.TdClassName
{
border-color: #C2E342;
}
.TagClassName
{
border-color: #C2E342;
}
</style>