#C5D94D

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

Shades of Las Palmas #C5D94D

Tints of Las Palmas #C5D94D

Color information

#C5D94D (or 0xC5D94D) is unknown color: approx Las Palmas. HEX triplet: C5, D9 and 4D. RGB value is (197,217,77). Sum of RGB (Red+Green+Blue) = 197+217+77=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D94D is #3A26B2. Grayscale: #C3C3C3. Windows color (decimal): -3810995 or 5102021. OLE color: 5102021.

HSL color Cylindrical-coordinate representation of color #C5D94D: hue angle of 68.57º degrees, saturation: 0.65, 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 #C5D94D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB19721777-
CMYK0.0900.650.15
HSL68.57º64.81%57.65%-
HSV(B)68.57º64.52%85.1%-
XYZ49.1862.0316.4-
YUV195.0661.37129.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 77 (30.47% from 255) = 15.68%
R=40.12%
G=44.20%
B=15.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197217770.0900.650.1568.5764.8157.65
HexC5D94D9041F45413a
Octal3053311151101011710510172
Binary11000101110110011001101100101000001111110001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D94D; }

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

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

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

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

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

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

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

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