#C1E134

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

Shades of Las Palmas #C1E134

Tints of Las Palmas #C1E134

Color information

#C1E134 (or 0xC1E134) is unknown color: approx Las Palmas. HEX triplet: C1, E1 and 34. RGB value is (193,225,52). Sum of RGB (Red+Green+Blue) = 193+225+52=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E134 is #3E1ECB. Grayscale: #C4C4C4. Windows color (decimal): -4071116 or 3465665. OLE color: 3465665.

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

Color convert

RGB19322552-
CMYK0.1400.770.12
HSL71.1º74.25%54.31%-
HSV(B)71.1º76.89%88.24%-
XYZ49.5465.4413.27-
YUV195.7146.9126.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 225 (88.28% from 255) = 47.87%
BLUE value IS 52 (20.70% from 255) = 11.06%
R=41.06%
G=47.87%
B=11.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193225520.1400.770.1271.174.2554.31
HexC1E134E04DC474a36
Octal301341641601151410711266
Binary1100000111100001110100111001001101110010001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E134; }

 p { color: rgb(193,225,52); }

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

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

 a { background-color: rgb(193,225,52); }

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

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

 span { border-color: rgb(193,225,52); }

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