#C5E141

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

Shades of Las Palmas #C5E141

Tints of Las Palmas #C5E141

Color information

#C5E141 (or 0xC5E141) is unknown color: approx Las Palmas. HEX triplet: C5, E1 and 41. RGB value is (197,225,65). Sum of RGB (Red+Green+Blue) = 197+225+65=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E141 is #3A1EBE. Grayscale: #C7C7C7. Windows color (decimal): -3808959 or 4317637. OLE color: 4317637.

HSL color Cylindrical-coordinate representation of color #C5E141: hue angle of 70.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5E141 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB19722565-
CMYK0.1200.710.12
HSL70.5º72.73%56.86%-
HSV(B)70.5º71.11%88.24%-
XYZ50.9166.115.08-
YUV198.3952.72127.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 65 (25.78% from 255) = 13.35%
R=40.45%
G=46.20%
B=13.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197225650.1200.710.1270.572.7356.86
HexC5E141C047C464939
Octal3053411011401071410611171
Binary11000101111000011000001110001000111110010001101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E141; }

 p { color: rgb(197,225,65); }

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

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

 a { background-color: rgb(197,225,65); }

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

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

 span { border-color: rgb(197,225,65); }

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