#C3D542

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

Shades of Las Palmas #C3D542

Tints of Las Palmas #C3D542

Color information

#C3D542 (or 0xC3D542) is unknown color: approx Las Palmas. HEX triplet: C3, D5 and 42. RGB value is (195,213,66). Sum of RGB (Red+Green+Blue) = 195+213+66=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D542 is #3C2ABD. Grayscale: #BFBFBF. Windows color (decimal): -3943102 or 4380099. OLE color: 4380099.

HSL color Cylindrical-coordinate representation of color #C3D542: hue angle of 67.35º 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 #C3D542 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB19521366-
CMYK0.0800.690.16
HSL67.35º63.64%54.71%-
HSV(B)67.35º69.01%83.53%-
XYZ47.2859.5814.16-
YUV190.8657.54130.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 66 (26.17% from 255) = 13.92%
R=41.14%
G=44.94%
B=13.92%

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
Decimal195213660.0800.690.1667.3563.6454.71
HexC3D542804510434037
Octal3033251021001052010310067
Binary110000111101010110000101000010001011000010000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D542; }

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

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

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

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

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

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

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

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