#C1D13E

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

Shades of Las Palmas #C1D13E

Tints of Las Palmas #C1D13E

Color information

#C1D13E (or 0xC1D13E) is unknown color: approx Las Palmas. HEX triplet: C1, D1 and 3E. RGB value is (193,209,62). Sum of RGB (Red+Green+Blue) = 193+209+62=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D13E is #3E2EC1. Grayscale: #BCBCBC. Windows color (decimal): -4075202 or 4116929. OLE color: 4116929.

HSL color Cylindrical-coordinate representation of color #C1D13E: hue angle of 66.53º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1D13E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB19320962-
CMYK0.0800.700.18
HSL66.53º61.51%53.14%-
HSV(B)66.53º70.33%81.96%-
XYZ45.6657.2913.21-
YUV187.4657.2131.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 62 (24.61% from 255) = 13.36%
R=41.59%
G=45.04%
B=13.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193209620.0800.700.1866.5361.5153.14
HexC1D13E804612433e35
Octal30132176100106221037665
Binary1100000111010001111110100001000110100101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D13E; }

 p { color: rgb(193,209,62); }

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

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

 a { background-color: rgb(193,209,62); }

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

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

 span { border-color: rgb(193,209,62); }

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