#C5DA4D

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

Shades of Las Palmas #C5DA4D

Tints of Las Palmas #C5DA4D

Color information

#C5DA4D (or 0xC5DA4D) is unknown color: approx Las Palmas. HEX triplet: C5, DA and 4D. RGB value is (197,218,77). Sum of RGB (Red+Green+Blue) = 197+218+77=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA4D is #3A25B2. Grayscale: #C4C4C4. Windows color (decimal): -3810739 or 5102277. OLE color: 5102277.

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

Color convert

RGB19721877-
CMYK0.1000.650.15
HSL68.94º65.58%57.84%-
HSV(B)68.94º64.68%85.49%-
XYZ49.4462.5516.49-
YUV195.6561.04128.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 218 (85.55% from 255) = 44.31%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=40.04%
G=44.31%
B=15.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197218770.1000.650.1568.9465.5857.84
HexC5DA4DA041F45423a
Octal3053321151201011710510272
Binary11000101110110101001101101001000001111110001011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DA4D; }

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

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

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

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

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

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

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

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