#C9D64D

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

Shades of Las Palmas #C9D64D

Tints of Las Palmas #C9D64D

Color information

#C9D64D (or 0xC9D64D) is unknown color: approx Las Palmas. HEX triplet: C9, D6 and 4D. RGB value is (201,214,77). Sum of RGB (Red+Green+Blue) = 201+214+77=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D64D is #3629B2. Grayscale: #C3C3C3. Windows color (decimal): -3549619 or 5101257. OLE color: 5101257.

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

Color convert

RGB20121477-
CMYK0.0600.640.16
HSL65.69º62.56%57.06%-
HSV(B)65.69º64.02%83.92%-
XYZ49.4761.0516.2-
YUV194.4961.69132.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=40.85%
G=43.50%
B=15.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201214770.0600.640.1665.6962.5657.06
HexC9D64D604010423f39
Octal31132611560100201027771
Binary1100100111010110100110111001000000100001000010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D64D; }

 p { color: rgb(201,214,77); }

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

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

 a { background-color: rgb(201,214,77); }

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

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

 span { border-color: rgb(201,214,77); }

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