#C1D940

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

Shades of Las Palmas #C1D940

Tints of Las Palmas #C1D940

Color information

#C1D940 (or 0xC1D940) is unknown color: approx Las Palmas. HEX triplet: C1, D9 and 40. RGB value is (193,217,64). Sum of RGB (Red+Green+Blue) = 193+217+64=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D940 is #3E26BF. Grayscale: #C0C0C0. Windows color (decimal): -4073152 or 4250049. OLE color: 4250049.

HSL color Cylindrical-coordinate representation of color #C1D940: hue angle of 69.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1D940 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB19321764-
CMYK0.1100.710.15
HSL69.41º66.81%55.1%-
HSV(B)69.41º70.51%85.1%-
XYZ47.7361.3314.17-
YUV192.3855.55128.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 64 (25.39% from 255) = 13.50%
R=40.72%
G=45.78%
B=13.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193217640.1100.710.1569.4166.8155.1
HexC1D940B047F454337
Octal3013311001301071710510367
Binary11000001110110011000000101101000111111110001011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D940; }

 p { color: rgb(193,217,64); }

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

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

 a { background-color: rgb(193,217,64); }

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

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

 span { border-color: rgb(193,217,64); }

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