#C5D535

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

Shades of Las Palmas #C5D535

Tints of Las Palmas #C5D535

Color information

#C5D535 (or 0xC5D535) is unknown color: approx Las Palmas. HEX triplet: C5, D5 and 35. RGB value is (197,213,53). Sum of RGB (Red+Green+Blue) = 197+213+53=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D535 is #3A2ACA. Grayscale: #BEBEBE. Windows color (decimal): -3812043 or 3528133. OLE color: 3528133.

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

Color convert

RGB19721353-
CMYK0.0800.750.16
HSL66º65.57%52.16%-
HSV(B)66º75.12%83.53%-
XYZ47.4659.7212.39-
YUV189.9850.7133.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 53 (21.09% from 255) = 11.45%
R=42.55%
G=46.00%
B=11.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197213530.0800.750.166665.5752.16
HexC5D535804B10424234
Octal305325651001132010210264
Binary11000101110101011101011000010010111000010000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D535; }

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

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

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

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

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

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

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

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