#C5CF46

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

Shades of Las Palmas #C5CF46

Tints of Las Palmas #C5CF46

Color information

#C5CF46 (or 0xC5CF46) is unknown color: approx Las Palmas. HEX triplet: C5, CF and 46. RGB value is (197,207,70). Sum of RGB (Red+Green+Blue) = 197+207+70=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF46 is #3A30B9. Grayscale: #BCBCBC. Windows color (decimal): -3813562 or 4640709. OLE color: 4640709.

HSL color Cylindrical-coordinate representation of color #C5CF46: hue angle of 64.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5CF46 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB19720770-
CMYK0.0500.660.19
HSL64.38º58.8%54.31%-
HSV(B)64.38º66.18%81.18%-
XYZ46.4456.9414.34-
YUV188.3961.19134.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=41.56%
G=43.67%
B=14.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197207700.0500.660.1964.3858.854.31
HexC5CF46504213403b36
Octal30531710650102231007366
Binary1100010111001111100011010101000010100111000000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF46; }

 p { color: rgb(197,207,70); }

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

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

 a { background-color: rgb(197,207,70); }

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

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

 span { border-color: rgb(197,207,70); }

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