#C2D141

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

Shades of Las Palmas #C2D141

Tints of Las Palmas #C2D141

Color information

#C2D141 (or 0xC2D141) is unknown color: approx Las Palmas. HEX triplet: C2, D1 and 41. RGB value is (194,209,65). Sum of RGB (Red+Green+Blue) = 194+209+65=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D141 is #3D2EBE. Grayscale: #BCBCBC. Windows color (decimal): -4009663 or 4313538. OLE color: 4313538.

HSL color Cylindrical-coordinate representation of color #C2D141: hue angle of 66.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D141 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB19420965-
CMYK0.0700.690.18
HSL66.25º61.02%53.73%-
HSV(B)66.25º68.9%81.96%-
XYZ4657.4513.67-
YUV188.158.53132.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 65 (25.78% from 255) = 13.89%
R=41.45%
G=44.66%
B=13.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194209650.0700.690.1866.2561.0253.73
HexC2D141704512423d36
Octal30232110170105221027566
Binary1100001011010001100000111101000101100101000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D141; }

 p { color: rgb(194,209,65); }

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

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

 a { background-color: rgb(194,209,65); }

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

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

 span { border-color: rgb(194,209,65); }

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