#C2D84A

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

Shades of Las Palmas #C2D84A

Tints of Las Palmas #C2D84A

Color information

#C2D84A (or 0xC2D84A) is unknown color: approx Las Palmas. HEX triplet: C2, D8 and 4A. RGB value is (194,216,74). Sum of RGB (Red+Green+Blue) = 194+216+74=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D84A is #3D27B5. Grayscale: #C1C1C1. Windows color (decimal): -4007862 or 4905154. OLE color: 4905154.

HSL color Cylindrical-coordinate representation of color #C2D84A: hue angle of 69.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2D84A is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB19421674-
CMYK0.1000.660.15
HSL69.3º64.55%56.86%-
HSV(B)69.3º65.74%84.71%-
XYZ48.0461.0815.74-
YUV193.2360.71128.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 74 (29.30% from 255) = 15.29%
R=40.08%
G=44.63%
B=15.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194216740.1000.660.1569.364.5556.86
HexC2D84AA042F454139
Octal3023301121201021710510171
Binary11000010110110001001010101001000010111110001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D84A; }

 p { color: rgb(194,216,74); }

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

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

 a { background-color: rgb(194,216,74); }

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

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

 span { border-color: rgb(194,216,74); }

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