#C5E135

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

Shades of Las Palmas #C5E135

Tints of Las Palmas #C5E135

Color information

#C5E135 (or 0xC5E135) is unknown color: approx Las Palmas. HEX triplet: C5, E1 and 35. RGB value is (197,225,53). Sum of RGB (Red+Green+Blue) = 197+225+53=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E135 is #3A1ECA. Grayscale: #C5C5C5. Windows color (decimal): -3808971 or 3531205. OLE color: 3531205.

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

Color convert

RGB19722553-
CMYK0.1200.760.12
HSL69.77º74.14%54.51%-
HSV(B)69.77º76.44%88.24%-
XYZ50.5965.9813.44-
YUV197.0246.72127.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 53 (21.09% from 255) = 11.16%
R=41.47%
G=47.37%
B=11.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197225530.1200.760.1269.7774.1454.51
HexC5E135C04CC464a37
Octal305341651401141410611267
Binary1100010111100001110101110001001100110010001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E135; }

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

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

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

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

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

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

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

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