#C4D44A

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

Shades of Las Palmas #C4D44A

Tints of Las Palmas #C4D44A

Color information

#C4D44A (or 0xC4D44A) is unknown color: approx Las Palmas. HEX triplet: C4, D4 and 4A. RGB value is (196,212,74). Sum of RGB (Red+Green+Blue) = 196+212+74=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D44A is #3B2BB5. Grayscale: #C0C0C0. Windows color (decimal): -3877814 or 4904132. OLE color: 4904132.

HSL color Cylindrical-coordinate representation of color #C4D44A: hue angle of 66.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4D44A is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB19621274-
CMYK0.0800.650.17
HSL66.96º61.61%56.08%-
HSV(B)66.96º65.09%83.14%-
XYZ47.5459.3215.42-
YUV191.4861.7131.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=40.66%
G=43.98%
B=15.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196212740.0800.650.1766.9661.6156.08
HexC4D44A804111433e38
Octal304324112100101211037670
Binary11000100110101001001010100001000001100011000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D44A; }

 p { color: rgb(196,212,74); }

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

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

 a { background-color: rgb(196,212,74); }

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

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

 span { border-color: rgb(196,212,74); }

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