#C2E13C

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

Shades of Las Palmas #C2E13C

Tints of Las Palmas #C2E13C

Color information

#C2E13C (or 0xC2E13C) is unknown color: approx Las Palmas. HEX triplet: C2, E1 and 3C. RGB value is (194,225,60). Sum of RGB (Red+Green+Blue) = 194+225+60=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E13C is #3D1EC3. Grayscale: #C5C5C5. Windows color (decimal): -4005572 or 3989954. OLE color: 3989954.

HSL color Cylindrical-coordinate representation of color #C2E13C: hue angle of 71.27º 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 #C2E13C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB19422560-
CMYK0.1400.730.12
HSL71.27º73.33%55.88%-
HSV(B)71.27º73.33%88.24%-
XYZ49.9965.6514.31-
YUV196.9250.73125.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 225 (88.28% from 255) = 46.97%
BLUE value IS 60 (23.83% from 255) = 12.53%
R=40.50%
G=46.97%
B=12.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194225600.1400.730.1271.2773.3355.88
HexC2E13CE049C474938
Octal302341741601111410711170
Binary1100001011100001111100111001001001110010001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E13C; }

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

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

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

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

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

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

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

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