#C4D548

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

Shades of Las Palmas #C4D548

Tints of Las Palmas #C4D548

Color information

#C4D548 (or 0xC4D548) is unknown color: approx Las Palmas. HEX triplet: C4, D5 and 48. RGB value is (196,213,72). Sum of RGB (Red+Green+Blue) = 196+213+72=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D548 is #3B2AB7. Grayscale: #C0C0C0. Windows color (decimal): -3877560 or 4773316. OLE color: 4773316.

HSL color Cylindrical-coordinate representation of color #C4D548: hue angle of 67.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4D548 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB19621372-
CMYK0.0800.660.16
HSL67.23º62.67%55.88%-
HSV(B)67.23º66.2%83.53%-
XYZ47.7359.7915.16-
YUV191.8460.37130.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=40.75%
G=44.28%
B=14.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196213720.0800.660.1667.2362.6755.88
HexC4D548804210433f38
Octal304325110100102201037770
Binary11000100110101011001000100001000010100001000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D548; }

 p { color: rgb(196,213,72); }

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

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

 a { background-color: rgb(196,213,72); }

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

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

 span { border-color: rgb(196,213,72); }

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