#c7d53c

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

Shades of Las Palmas #C7D53C

Tints of Las Palmas #C7D53C

Color information

#C7D53C (or 0xC7D53C) is unknown color: approx Las Palmas. HEX triplet: C7, D5 and 3C. RGB value is (199,213,60). Sum of RGB (Red+Green+Blue) = 199+213+60=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D53C is #382AC3. Grayscale: #BFBFBF. Windows color (decimal): -3680964 or 3986887. OLE color: 3986887.

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

Color convert

RGB19921360-
CMYK0.0700.720.16
HSL65.49º64.56%53.53%-
HSV(B)65.49º71.83%83.53%-
XYZ48.1660.0613.33-
YUV191.3753.86133.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 60 (23.83% from 255) = 12.71%
R=42.16%
G=45.13%
B=12.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199213600.0700.720.1665.4964.5653.53
HexC7D53C704810414136
Octal30732574701102010110166
Binary1100011111010101111100111010010001000010000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7d53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7d53c; }

 p { color: rgb(199,213,60); }

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

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

 a { background-color: rgb(199,213,60); }

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

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

 span { border-color: rgb(199,213,60); }

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