#C1DA49

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

Shades of Las Palmas #C1DA49

Tints of Las Palmas #C1DA49

Color information

#C1DA49 (or 0xC1DA49) is unknown color: approx Las Palmas. HEX triplet: C1, DA and 49. RGB value is (193,218,73). Sum of RGB (Red+Green+Blue) = 193+218+73=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA49 is #3E25B6. Grayscale: #C2C2C2. Windows color (decimal): -4072887 or 4840129. OLE color: 4840129.

HSL color Cylindrical-coordinate representation of color #C1DA49: hue angle of 70.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1DA49 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB19321873-
CMYK0.1100.670.15
HSL70.34º66.21%57.06%-
HSV(B)70.34º66.51%85.49%-
XYZ48.2761.9615.72-
YUV19459.72127.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 73 (28.91% from 255) = 15.08%
R=39.88%
G=45.04%
B=15.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193218730.1100.670.1570.3466.2157.06
HexC1DA49B043F464239
Octal3013321111301031710610271
Binary11000001110110101001001101101000011111110001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DA49; }

 p { color: rgb(193,218,73); }

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

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

 a { background-color: rgb(193,218,73); }

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

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

 span { border-color: rgb(193,218,73); }

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