#C5DA4E

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

Shades of Las Palmas #C5DA4E

Tints of Las Palmas #C5DA4E

Color information

#C5DA4E (or 0xC5DA4E) is unknown color: approx Las Palmas. HEX triplet: C5, DA and 4E. RGB value is (197,218,78). Sum of RGB (Red+Green+Blue) = 197+218+78=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA4E is #3A25B1. Grayscale: #C4C4C4. Windows color (decimal): -3810738 or 5167813. OLE color: 5167813.

HSL color Cylindrical-coordinate representation of color #C5DA4E: hue angle of 69º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5DA4E is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB19721878-
CMYK0.1000.640.15
HSL69º65.42%58.04%-
HSV(B)69º64.22%85.49%-
XYZ49.4762.5616.68-
YUV195.7661.54128.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=39.96%
G=44.22%
B=15.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197218780.1000.640.156965.4258.04
HexC5DA4EA040F45413a
Octal3053321161201001710510172
Binary11000101110110101001110101001000000111110001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DA4E; }

 p { color: rgb(197,218,78); }

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

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

 a { background-color: rgb(197,218,78); }

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

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

 span { border-color: rgb(197,218,78); }

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