#C9CF40

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

Shades of Las Palmas #C9CF40

Tints of Las Palmas #C9CF40

Color information

#C9CF40 (or 0xC9CF40) is unknown color: approx Las Palmas. HEX triplet: C9, CF and 40. RGB value is (201,207,64). Sum of RGB (Red+Green+Blue) = 201+207+64=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF40 is #3630BF. Grayscale: #BDBDBD. Windows color (decimal): -3551424 or 4247497. OLE color: 4247497.

HSL color Cylindrical-coordinate representation of color #C9CF40: hue angle of 62.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9CF40 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20120764-
CMYK0.0300.690.19
HSL62.52º59.83%53.14%-
HSV(B)62.52º69.08%81.18%-
XYZ47.3357.4113.44-
YUV188.957.51136.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 64 (25.39% from 255) = 13.56%
R=42.58%
G=43.86%
B=13.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201207640.0300.690.1962.5259.8353.14
HexC9CF403045133f3c35
Octal3113171003010523777465
Binary11001001110011111000000110100010110011111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CF40; }

 p { color: rgb(201,207,64); }

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

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

 a { background-color: rgb(201,207,64); }

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

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

 span { border-color: rgb(201,207,64); }

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