#C1D139

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

Shades of Las Palmas #C1D139

Tints of Las Palmas #C1D139

Color information

#C1D139 (or 0xC1D139) is unknown color: approx Las Palmas. HEX triplet: C1, D1 and 39. RGB value is (193,209,57). Sum of RGB (Red+Green+Blue) = 193+209+57=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D139 is #3E2EC6. Grayscale: #BBBBBB. Windows color (decimal): -4075207 or 3789249. OLE color: 3789249.

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

Color convert

RGB19320957-
CMYK0.0800.730.18
HSL66.32º62.3%52.16%-
HSV(B)66.32º72.73%81.96%-
XYZ45.5357.2312.52-
YUV186.8954.7132.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 57 (22.66% from 255) = 12.42%
R=42.05%
G=45.53%
B=12.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193209570.0800.730.1866.3262.352.16
HexC1D139804912423e34
Octal30132171100111221027664
Binary1100000111010001111001100001001001100101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D139; }

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

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

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

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

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

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

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

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