#C2E149

Color #C2E149 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C2E149

Tints of Las Palmas #C2E149

Color information

#C2E149 (or 0xC2E149) is unknown color: approx Las Palmas. HEX triplet: C2, E1 and 49. RGB value is (194,225,73). Sum of RGB (Red+Green+Blue) = 194+225+73=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E149 is #3D1EB6. Grayscale: #C6C6C6. Windows color (decimal): -4005559 or 4841922. OLE color: 4841922.

HSL color Cylindrical-coordinate representation of color #C2E149: hue angle of 72.24º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2E149 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB19422573-
CMYK0.1400.680.12
HSL72.24º71.7%58.43%-
HSV(B)72.24º67.56%88.24%-
XYZ50.3865.816.35-
YUV198.457.23124.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 73 (28.91% from 255) = 14.84%
R=39.43%
G=45.73%
B=14.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194225730.1400.680.1272.2471.758.43
HexC2E149E044C48483a
Octal3023411111601041411011072
Binary11000010111000011001001111001000100110010010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E149; }

 p { color: rgb(194,225,73); }

 H1.HeaderClassName
 {
   color: #C2E149;
 }
 .AnyTagClassName
 {
   color: #C2E149;
 }
</style>
background-color css

<style>
 a { background-color: #C2E149; }

 a { background-color: rgb(194,225,73); }

 div.DivClassName
 {
   background-color: #C2E149;
 }
 .BgClassName
 {
   background-color: #C2E149;
 }
</style>
border-color css

<style>
 span { border-color: #C2E149; }

 span { border-color: rgb(194,225,73); }

 td.TdClassName
 {
   border-color: #C2E149;
 }
 .TagClassName
 {
   border-color: #C2E149;
 }
</style>