#C3DF4A

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

Shades of Las Palmas #C3DF4A

Tints of Las Palmas #C3DF4A

Color information

#C3DF4A (or 0xC3DF4A) is unknown color: approx Las Palmas. HEX triplet: C3, DF and 4A. RGB value is (195,223,74). Sum of RGB (Red+Green+Blue) = 195+223+74=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DF4A is #3C20B5. Grayscale: #C6C6C6. Windows color (decimal): -3940534 or 4906947. OLE color: 4906947.

HSL color Cylindrical-coordinate representation of color #C3DF4A: hue angle of 71.28º 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 #C3DF4A is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB19522374-
CMYK0.1300.670.13
HSL71.28º69.95%58.24%-
HSV(B)71.28º66.82%87.45%-
XYZ50.1364.8716.36-
YUV197.6458.22126.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 74 (29.30% from 255) = 15.04%
R=39.63%
G=45.33%
B=15.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195223740.1300.670.1371.2869.9558.24
HexC3DF4AD043D47463a
Octal3033371121501031510710672
Binary11000011110111111001010110101000011110110001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DF4A; }

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

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

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

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

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

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

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

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