#c5d640

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

Shades of Las Palmas #C5D640

Tints of Las Palmas #C5D640

Color information

#C5D640 (or 0xC5D640) is unknown color: approx Las Palmas. HEX triplet: C5, D6 and 40. RGB value is (197,214,64). Sum of RGB (Red+Green+Blue) = 197+214+64=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D640 is #3A29BF. Grayscale: #C0C0C0. Windows color (decimal): -3811776 or 4249285. OLE color: 4249285.

HSL color Cylindrical-coordinate representation of color #C5D640: hue angle of 66.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5D640 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB19721464-
CMYK0.0800.700.16
HSL66.8º64.66%54.51%-
HSV(B)66.8º70.09%83.92%-
XYZ4860.3313.97-
YUV191.8255.87131.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 64 (25.39% from 255) = 13.47%
R=41.47%
G=45.05%
B=13.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197214640.0800.700.1666.864.6654.51
HexC5D640804610434137
Octal3053261001001062010310167
Binary110001011101011010000001000010001101000010000111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5d640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5d640; }

 p { color: rgb(197,214,64); }

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

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

 a { background-color: rgb(197,214,64); }

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

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

 span { border-color: rgb(197,214,64); }

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