#C5CD3D

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

Shades of Las Palmas #C5CD3D

Tints of Las Palmas #C5CD3D

Color information

#C5CD3D (or 0xC5CD3D) is unknown color: approx Las Palmas. HEX triplet: C5, CD and 3D. RGB value is (197,205,61). Sum of RGB (Red+Green+Blue) = 197+205+61=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD3D is #3A32C2. Grayscale: #BABABA. Windows color (decimal): -3814083 or 4050373. OLE color: 4050373.

HSL color Cylindrical-coordinate representation of color #C5CD3D: hue angle of 63.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5CD3D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB19720561-
CMYK0.0400.700.20
HSL63.33º59.02%52.16%-
HSV(B)63.33º70.24%80.39%-
XYZ45.755.8712.79-
YUV186.1957.35135.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=42.55%
G=44.28%
B=13.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205610.0400.700.2063.3359.0252.16
HexC5CD3D4046143f3b34
Octal305315754010624777364
Binary11000101110011011111011000100011010100111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD3D; }

 p { color: rgb(197,205,61); }

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

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

 a { background-color: rgb(197,205,61); }

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

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

 span { border-color: rgb(197,205,61); }

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