#C4D542

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

Shades of Las Palmas #C4D542

Tints of Las Palmas #C4D542

Color information

#C4D542 (or 0xC4D542) is unknown color: approx Las Palmas. HEX triplet: C4, D5 and 42. RGB value is (196,213,66). Sum of RGB (Red+Green+Blue) = 196+213+66=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D542 is #3B2ABD. Grayscale: #BFBFBF. Windows color (decimal): -3877566 or 4380100. OLE color: 4380100.

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

Color convert

RGB19621366-
CMYK0.0800.690.16
HSL66.94º63.64%54.71%-
HSV(B)66.94º69.01%83.53%-
XYZ47.5459.7214.18-
YUV191.1657.37131.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 66 (26.17% from 255) = 13.89%
R=41.26%
G=44.84%
B=13.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196213660.0800.690.1666.9463.6454.71
HexC4D542804510434037
Octal3043251021001052010310067
Binary110001001101010110000101000010001011000010000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D542; }

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

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

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

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

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

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

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

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