#C5D446

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

Shades of Las Palmas #C5D446

Tints of Las Palmas #C5D446

Color information

#C5D446 (or 0xC5D446) is unknown color: approx Las Palmas. HEX triplet: C5, D4 and 46. RGB value is (197,212,70). Sum of RGB (Red+Green+Blue) = 197+212+70=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D446 is #3A2BB9. Grayscale: #BFBFBF. Windows color (decimal): -3812282 or 4641989. OLE color: 4641989.

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

Color convert

RGB19721270-
CMYK0.0700.670.17
HSL66.34º62.28%55.29%-
HSV(B)66.34º66.98%83.14%-
XYZ47.6759.414.75-
YUV191.3359.53132.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 70 (27.73% from 255) = 14.61%
R=41.13%
G=44.26%
B=14.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197212700.0700.670.1766.3462.2855.29
HexC5D446704311423e37
Octal30532410670103211027667
Binary1100010111010100100011011101000011100011000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D446; }

 p { color: rgb(197,212,70); }

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

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

 a { background-color: rgb(197,212,70); }

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

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

 span { border-color: rgb(197,212,70); }

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