#C2CD44

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

Shades of Las Palmas #C2CD44

Tints of Las Palmas #C2CD44

Color information

#C2CD44 (or 0xC2CD44) is unknown color: approx Las Palmas. HEX triplet: C2, CD and 44. RGB value is (194,205,68). Sum of RGB (Red+Green+Blue) = 194+205+68=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD44 is #3D32BB. Grayscale: #BABABA. Windows color (decimal): -4010684 or 4509122. OLE color: 4509122.

HSL color Cylindrical-coordinate representation of color #C2CD44: hue angle of 64.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2CD44 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB19420568-
CMYK0.0500.670.20
HSL64.82º57.81%53.53%-
HSV(B)64.82º66.83%80.39%-
XYZ45.1255.5513.81-
YUV186.0961.36133.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=41.54%
G=43.90%
B=14.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205680.0500.670.2064.8257.8153.53
HexC2CD44504314413a36
Octal30231510450103241017266
Binary1100001011001101100010010101000011101001000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD44; }

 p { color: rgb(194,205,68); }

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

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

 a { background-color: rgb(194,205,68); }

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

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

 span { border-color: rgb(194,205,68); }

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