#C1DC44

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

Shades of Las Palmas #C1DC44

Tints of Las Palmas #C1DC44

Color information

#C1DC44 (or 0xC1DC44) is unknown color: approx Las Palmas. HEX triplet: C1, DC and 44. RGB value is (193,220,68). Sum of RGB (Red+Green+Blue) = 193+220+68=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC44 is #3E23BB. Grayscale: #C3C3C3. Windows color (decimal): -4072380 or 4512961. OLE color: 4512961.

HSL color Cylindrical-coordinate representation of color #C1DC44: hue angle of 70.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1DC44 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB19322068-
CMYK0.1200.690.14
HSL70.66º68.47%56.47%-
HSV(B)70.66º69.09%86.27%-
XYZ48.6362.9415.05-
YUV194.656.55126.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 68 (26.95% from 255) = 14.14%
R=40.12%
G=45.74%
B=14.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193220680.1200.690.1470.6668.4756.47
HexC1DC44C045E474438
Octal3013341041401051610710470
Binary11000001110111001000100110001000101111010001111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC44; }

 p { color: rgb(193,220,68); }

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

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

 a { background-color: rgb(193,220,68); }

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

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

 span { border-color: rgb(193,220,68); }

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