#C4CD3D

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

Shades of Las Palmas #C4CD3D

Tints of Las Palmas #C4CD3D

Color information

#C4CD3D (or 0xC4CD3D) is unknown color: approx Las Palmas. HEX triplet: C4, CD and 3D. RGB value is (196,205,61). Sum of RGB (Red+Green+Blue) = 196+205+61=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD3D is #3B32C2. Grayscale: #BABABA. Windows color (decimal): -3879619 or 4050372. OLE color: 4050372.

HSL color Cylindrical-coordinate representation of color #C4CD3D: hue angle of 63.75º 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 #C4CD3D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB19620561-
CMYK0.0400.700.20
HSL63.75º59.02%52.16%-
HSV(B)63.75º70.24%80.39%-
XYZ45.4455.7412.78-
YUV185.8957.52135.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 61 (24.22% from 255) = 13.20%
R=42.42%
G=44.37%
B=13.20%

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
Decimal196205610.0400.700.2063.7559.0252.16
HexC4CD3D404614403b34
Octal3043157540106241007364
Binary110001001100110111110110001000110101001000000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD3D; }

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

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

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

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

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

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

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

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