#C2E134

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

Shades of Las Palmas #C2E134

Tints of Las Palmas #C2E134

Color information

#C2E134 (or 0xC2E134) is unknown color: approx Las Palmas. HEX triplet: C2, E1 and 34. RGB value is (194,225,52). Sum of RGB (Red+Green+Blue) = 194+225+52=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E134 is #3D1ECB. Grayscale: #C4C4C4. Windows color (decimal): -4005580 or 3465666. OLE color: 3465666.

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

Color convert

RGB19422552-
CMYK0.1400.770.12
HSL70.75º74.25%54.31%-
HSV(B)70.75º76.89%88.24%-
XYZ49.7965.5713.28-
YUV196.0146.73126.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=41.19%
G=47.77%
B=11.04%

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
Decimal194225520.1400.770.1270.7574.2554.31
HexC2E134E04DC474a36
Octal302341641601151410711266
Binary1100001011100001110100111001001101110010001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E134; }

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

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

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

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

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

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

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

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