#C1D549

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

Shades of Las Palmas #C1D549

Tints of Las Palmas #C1D549

Color information

#C1D549 (or 0xC1D549) is unknown color: approx Las Palmas. HEX triplet: C1, D5 and 49. RGB value is (193,213,73). Sum of RGB (Red+Green+Blue) = 193+213+73=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D549 is #3E2AB6. Grayscale: #BFBFBF. Windows color (decimal): -4074167 or 4838849. OLE color: 4838849.

HSL color Cylindrical-coordinate representation of color #C1D549: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1D549 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB19321373-
CMYK0.0900.660.16
HSL68.57º62.5%56.08%-
HSV(B)68.57º65.73%83.53%-
XYZ46.9959.4115.29-
YUV191.0661.37129.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 73 (28.91% from 255) = 15.24%
R=40.29%
G=44.47%
B=15.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193213730.0900.660.1668.5762.556.08
HexC1D549904210453e38
Octal301325111110102201057670
Binary11000001110101011001001100101000010100001000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D549; }

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

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

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

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

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

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

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

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