#C5D94A

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

Shades of Las Palmas #C5D94A

Tints of Las Palmas #C5D94A

Color information

#C5D94A (or 0xC5D94A) is unknown color: approx Las Palmas. HEX triplet: C5, D9 and 4A. RGB value is (197,217,74). Sum of RGB (Red+Green+Blue) = 197+217+74=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D94A is #3A26B5. Grayscale: #C3C3C3. Windows color (decimal): -3810998 or 4905413. OLE color: 4905413.

HSL color Cylindrical-coordinate representation of color #C5D94A: hue angle of 68.39º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D94A is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB19721774-
CMYK0.0900.660.15
HSL68.39º65.3%57.06%-
HSV(B)68.39º65.9%85.1%-
XYZ49.0761.9915.86-
YUV194.7259.87129.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 74 (29.30% from 255) = 15.16%
R=40.37%
G=44.47%
B=15.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197217740.0900.660.1568.3965.357.06
HexC5D94A9042F444139
Octal3053311121101021710410171
Binary11000101110110011001010100101000010111110001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D94A; }

 p { color: rgb(197,217,74); }

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

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

 a { background-color: rgb(197,217,74); }

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

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

 span { border-color: rgb(197,217,74); }

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