#C2D649

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

Shades of Las Palmas #C2D649

Tints of Las Palmas #C2D649

Color information

#C2D649 (or 0xC2D649) is unknown color: approx Las Palmas. HEX triplet: C2, D6 and 49. RGB value is (194,214,73). Sum of RGB (Red+Green+Blue) = 194+214+73=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D649 is #3D29B6. Grayscale: #C0C0C0. Windows color (decimal): -4008375 or 4839106. OLE color: 4839106.

HSL color Cylindrical-coordinate representation of color #C2D649: hue angle of 68.51º degrees, saturation: 0.63, 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 #C2D649 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB19421473-
CMYK0.0900.660.16
HSL68.51º63.23%56.27%-
HSV(B)68.51º65.89%83.92%-
XYZ47.560.0415.39-
YUV191.9560.87129.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=40.33%
G=44.49%
B=15.18%

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
Decimal194214730.0900.660.1668.5163.2356.27
HexC2D649904210453f38
Octal302326111110102201057770
Binary11000010110101101001001100101000010100001000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D649; }

 p { color: rgb(194,214,73); }

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

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

 a { background-color: rgb(194,214,73); }

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

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

 span { border-color: rgb(194,214,73); }

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