#C3D14A

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

Shades of Las Palmas #C3D14A

Tints of Las Palmas #C3D14A

Color information

#C3D14A (or 0xC3D14A) is unknown color: approx Las Palmas. HEX triplet: C3, D1 and 4A. RGB value is (195,209,74). Sum of RGB (Red+Green+Blue) = 195+209+74=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D14A is #3C2EB5. Grayscale: #BDBDBD. Windows color (decimal): -3944118 or 4903363. OLE color: 4903363.

HSL color Cylindrical-coordinate representation of color #C3D14A: hue angle of 66.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3D14A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB19520974-
CMYK0.0700.650.18
HSL66.22º59.47%55.49%-
HSV(B)66.22º64.59%81.96%-
XYZ46.5457.715.16-
YUV189.4262.86131.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 74 (29.30% from 255) = 15.48%
R=40.79%
G=43.72%
B=15.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195209740.0700.650.1866.2259.4755.49
HexC3D14A704112423b37
Octal30332111270101221027367
Binary1100001111010001100101011101000001100101000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D14A; }

 p { color: rgb(195,209,74); }

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

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

 a { background-color: rgb(195,209,74); }

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

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

 span { border-color: rgb(195,209,74); }

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