#C4DF4A

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

Shades of Las Palmas #C4DF4A

Tints of Las Palmas #C4DF4A

Color information

#C4DF4A (or 0xC4DF4A) is unknown color: approx Las Palmas. HEX triplet: C4, DF and 4A. RGB value is (196,223,74). Sum of RGB (Red+Green+Blue) = 196+223+74=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF4A is #3B20B5. Grayscale: #C6C6C6. Windows color (decimal): -3874998 or 4906948. OLE color: 4906948.

HSL color Cylindrical-coordinate representation of color #C4DF4A: hue angle of 70.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4DF4A is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB19622374-
CMYK0.1200.670.13
HSL70.87º69.95%58.24%-
HSV(B)70.87º66.82%87.45%-
XYZ50.3965.0116.37-
YUV197.9458.05126.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 74 (29.30% from 255) = 15.01%
R=39.76%
G=45.23%
B=15.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196223740.1200.670.1370.8769.9558.24
HexC4DF4AC043D47463a
Octal3043371121401031510710672
Binary11000100110111111001010110001000011110110001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DF4A; }

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

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

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

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

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

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

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

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