#C5D53D

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

Shades of Las Palmas #C5D53D

Tints of Las Palmas #C5D53D

Color information

#C5D53D (or 0xC5D53D) is unknown color: approx Las Palmas. HEX triplet: C5, D5 and 3D. RGB value is (197,213,61). Sum of RGB (Red+Green+Blue) = 197+213+61=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D53D is #3A2AC2. Grayscale: #BFBFBF. Windows color (decimal): -3812035 or 4052421. OLE color: 4052421.

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

Color convert

RGB19721361-
CMYK0.0800.710.16
HSL66.32º64.41%53.73%-
HSV(B)66.32º71.36%83.53%-
XYZ47.6659.813.44-
YUV190.8954.7132.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=41.83%
G=45.22%
B=12.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197213610.0800.710.1666.3264.4153.73
HexC5D53D804710424036
Octal305325751001072010210066
Binary11000101110101011111011000010001111000010000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D53D; }

 p { color: rgb(197,213,61); }

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

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

 a { background-color: rgb(197,213,61); }

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

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

 span { border-color: rgb(197,213,61); }

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